diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-11-25 21:08:39 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-11-27 00:53:17 +0100 |
| commit | f3f4be589c4b969520c17e42f9249f62509f0649 (patch) | |
| tree | 050d4b6594ad0dace006b2b6fd7efe54c606c5ca | |
| parent | bf0cebd121a69f87a81e90e2cc64c08f32da6f7c (diff) | |
Cleanup: remove unnecessary include.
| -rw-r--r-- | src/lib/state.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/state.cc b/src/lib/state.cc index e0d008810..a8230385d 100644 --- a/src/lib/state.cc +++ b/src/lib/state.cc @@ -23,7 +23,6 @@ #include "state.h" #include "util.h" #include <dcp/filesystem.h> -#include <glib.h> using std::string; |
