Some include tidying.
[dcpomatic.git] / src / lib / server.h
index e2e1d46eca0f34f3748f708787b34437f1dc8402..1dc3b7b4edf92d1c3545458c30ea1c8185c67f1c 100644 (file)
  *  encoding work, and a class to implement such a server.
  */
 
-#include <string>
+#include "log.h"
+#include "exceptions.h"
+#include <libxml++/libxml++.h>
 #include <boost/thread.hpp>
 #include <boost/asio.hpp>
 #include <boost/thread/condition.hpp>
 #include <boost/optional.hpp>
-#include <libxml++/libxml++.h>
-#include "log.h"
-#include "exceptions.h"
+#include <string>
 
 class Socket;