Extract constants.h
[dcpomatic.git] / src / lib / encode_server_finder.cc
index e01019a8c92f9c1747bef9d6bba7d0f77fa1d19a..3f5cb74f01bddbe659dc2360446d454bdbe06725 100644 (file)
 */
 
 
-#include "encode_server_finder.h"
-#include "exceptions.h"
-#include "util.h"
 #include "config.h"
+#include "constants.h"
 #include "cross.h"
-#include "encode_server_description.h"
 #include "dcpomatic_socket.h"
+#include "encode_server_description.h"
+#include "encode_server_finder.h"
+#include "exceptions.h"
 #include <dcp/raw_convert.h>
 #include <libcxml/cxml.h>
 #include <boost/bind/placeholders.hpp>