Include rearrangement.
[dcpomatic.git] / src / lib / cross.cc
index d84c17c55b25318ef5b32a0a06eda8ee23ac1d16..e189222faeb94c031bb0a6a9d55744766de0aafe 100644 (file)
 
 */
 
-#include <fstream>
-#include <boost/algorithm/string.hpp>
 #include "cross.h"
 #include "compose.hpp"
 #include "log.h"
+#include "exceptions.h"
+#include <boost/algorithm/string.hpp>
 #ifdef DCPOMATIC_LINUX
 #include <unistd.h>
 #include <mntent.h>
@@ -42,7 +42,7 @@
 #include <netinet/in.h>
 #include <arpa/inet.h>
 #endif
-#include "exceptions.h"
+#include <fstream>
 
 #include "i18n.h"