From: Carl Hetherington Date: Wed, 4 Oct 2023 17:51:45 +0000 (+0200) Subject: Cleanup: include ordering. X-Git-Tag: v2.17.8^2~6 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=252f378dda893da1e1a7d94beceeed141c0c7d0b;p=dcpomatic.git Cleanup: include ordering. --- 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 #include "../config.h" #include "../dcp_video.h" @@ -30,6 +29,7 @@ #include "../writer.h" #include "messenger.h" #include +#include static std::mutex launchMutex;