summaryrefslogtreecommitdiff
path: root/src/lib/grok
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-10-04 19:51:45 +0200
committerCarl Hetherington <cth@carlh.net>2024-01-28 02:01:57 +0100
commitaba61922b8163a3aae3c8bed1ad50bec7062c177 (patch)
treeb7da2bb1ed3de883e5b340c6840da329621f98e8 /src/lib/grok
parenta5bf3a7639904a5eda4b8c94384575550280b4d2 (diff)
Cleanup: include ordering.
Diffstat (limited to 'src/lib/grok')
-rw-r--r--src/lib/grok/context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/grok/context.h b/src/lib/grok/context.h
index 85ed385bd..6b27eb7a8 100644
--- a/src/lib/grok/context.h
+++ b/src/lib/grok/context.h
@@ -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;