Cleanup: include ordering.
authorCarl Hetherington <cth@carlh.net>
Wed, 4 Oct 2023 17:51:45 +0000 (19:51 +0200)
committerCarl Hetherington <cth@carlh.net>
Sat, 16 Dec 2023 01:07:38 +0000 (02:07 +0100)
src/lib/grok/context.h

index 85ed385bd50e94f3415aac6c6a3c022da3302cf6..6b27eb7a83ada16b3105aade317ea8e591c3d593 100644 (file)
@@ -20,7 +20,6 @@
 
 #pragma once
 
-#include <boost/filesystem.hpp>
 
 #include "../config.h"
 #include "../dcp_video.h"
@@ -30,6 +29,7 @@
 #include "../writer.h"
 #include "messenger.h"
 #include <dcp/array_data.h>
+#include <boost/filesystem.hpp>
 
 
 static std::mutex launchMutex;