summaryrefslogtreecommitdiff
path: root/src/lib/cross.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-12-05 15:35:44 +0000
committerCarl Hetherington <cth@carlh.net>2014-12-05 15:35:44 +0000
commit8596e31595c9aba128078ba4a3950543ea291f98 (patch)
treece6397e2ba0382d34883ed48e5444e6fa6a1d1bf /src/lib/cross.cc
parentcf8e0e9e26dbaefab768000ebc1655b34ad11105 (diff)
Include rearrangement.
Diffstat (limited to 'src/lib/cross.cc')
-rw-r--r--src/lib/cross.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/cross.cc b/src/lib/cross.cc
index d84c17c55..e189222fa 100644
--- a/src/lib/cross.cc
+++ b/src/lib/cross.cc
@@ -17,11 +17,11 @@
*/
-#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"