diff options
author | David Robillard <d@drobilla.net> | 2024-07-17 12:46:36 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-07-17 12:46:36 -0400 |
commit | c22c440067195e9e0787604f8fb15c6f1f670329 (patch) | |
tree | 6c3b41582a4dd3ce4c049a3b5248d783c96605d3 /src/gui/NodeModule.cpp | |
parent | 06d9f4afc7f9d517d55017234897edd10f279fbf (diff) | |
download | ingen-c22c440067195e9e0787604f8fb15c6f1f670329.tar.gz ingen-c22c440067195e9e0787604f8fb15c6f1f670329.tar.bz2 ingen-c22c440067195e9e0787604f8fb15c6f1f670329.zip |
Clean up includes and forward declarations
According to include-what-you-use 0.22 on LLVM 18, anyway. Most of the changes
seem vaguely reasonable, so as usual, just go with what the tool says because
it's most useful when reports are typically clean.
Diffstat (limited to 'src/gui/NodeModule.cpp')
-rw-r--r-- | src/gui/NodeModule.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/NodeModule.cpp b/src/gui/NodeModule.cpp index 1d9b4c9f..20cfdbb3 100644 --- a/src/gui/NodeModule.cpp +++ b/src/gui/NodeModule.cpp @@ -47,7 +47,6 @@ #include "raul/Symbol.hpp" #include <glibmm/main.h> -#include <glibmm/signalproxy.h> #include <glibmm/ustring.h> #include <gtkmm/container.h> #include <gtkmm/eventbox.h> |