summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-09-24 17:04:21 +0200
committerCarl Hetherington <cth@carlh.net>2023-12-16 02:07:38 +0100
commit6221a5f75ebf360665bf80f0cdf69e3735062951 (patch)
tree1cb246a0bd7241019b5b4c4b2f7a9a516b06009a /src/lib
parent491a777e8150cd2e1018bfbabe6ac35f77eaa1fb (diff)
Cleanup: remove unnecessary forward declaration.
Diffstat (limited to 'src/lib')
-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;