diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-05-18 22:56:33 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-05-28 00:33:55 +0200 |
| commit | 74c7f7d987c74f7a3d796fef5a3536c8b0df06fb (patch) | |
| tree | 8b686299db515133d088d6a36767a918f21bb0fd /src/lib | |
| parent | 6b505562cc242ef7c38b1e502f2504883c2fe9fe (diff) | |
Cleanup: trim some unnecessary includes.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/grok/messenger.h | 22 |
1 files changed, 3 insertions, 19 deletions
diff --git a/src/lib/grok/messenger.h b/src/lib/grok/messenger.h index e52a1b7ea..ac8e5e979 100644 --- a/src/lib/grok/messenger.h +++ b/src/lib/grok/messenger.h @@ -18,37 +18,21 @@ */ + #pragma once #include "../dcp_video.h" -#include <boost/filesystem.hpp> -#include <boost/optional.hpp> -#include <atomic> -#include <cassert> -#include <climits> -#include <condition_variable> -#include <cstdarg> -#include <cstring> -#include <functional> +#include "scheduled_frames.h" #include <future> -#include <iostream> -#include <map> -#include <mutex> #include <queue> -#include <sstream> -#include <string> -#include <thread> -#include <unistd.h> #include <fcntl.h> #include <sys/mman.h> #include <semaphore.h> -#include <signal.h> +namespace grk_plugin { -namespace grk_plugin -{ static std::string grokToClientMessageBuf = "Global\\grok_to_client_message"; static std::string grokSentSynch = "Global\\grok_sent"; static std::string clientReceiveReadySynch = "Global\\client_receive_ready"; |
