summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-09-24 17:04:21 +0200
committerCarl Hetherington <cth@carlh.net>2023-10-16 17:57:18 +0200
commit84d6df6793c5bc729d2b180726ead32fb3936b4d (patch)
tree1b8304556c03a0bc760c440f6c951c3306967a17 /src
parentd1284e7522f72b74512d56dc926b6068aa964952 (diff)
Cleanup: remove unnecessary forward declaration.
Diffstat (limited to 'src')
-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;