summaryrefslogtreecommitdiff
path: root/src/lib/grok
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-09-24 17:04:21 +0200
committerCarl Hetherington <cth@carlh.net>2024-01-28 02:01:57 +0100
commitef4bc89bf3d0a4915959c2097d70e37e7491ee76 (patch)
tree52cbf4a890bcaede818eb920f1ceda413a3ad47c /src/lib/grok
parentd65258fb32e03681f1474929c10aa5ecb7438f87 (diff)
Cleanup: remove unnecessary forward declaration.
Diffstat (limited to 'src/lib/grok')
-rw-r--r--src/lib/grok/context.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/grok/context.h b/src/lib/grok/context.h
index 2513f8863..640ec2196 100644
--- a/src/lib/grok/context.h
+++ b/src/lib/grok/context.h
@@ -28,7 +28,6 @@
#include "../writer.h"
#include "messenger.h"
-class Film;
static std::mutex launchMutex;