summaryrefslogtreecommitdiffstats
path: root/src/gtk2_in_qt5.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-01-01 19:04:35 +0100
committerDavid Robillard <d@drobilla.net>2021-01-01 21:14:20 +0100
commit55c4d2a72be3599312040ef1c9a17636afdc3558 (patch)
tree52203ee8029b0b739ef74bb71e9cbc1e487c05c7 /src/gtk2_in_qt5.cpp
parented3bb5313f46b5d7b22b16f8de45536fdc86f1e3 (diff)
downloadsuil-55c4d2a72be3599312040ef1c9a17636afdc3558.tar.gz
suil-55c4d2a72be3599312040ef1c9a17636afdc3558.tar.bz2
suil-55c4d2a72be3599312040ef1c9a17636afdc3558.zip
Remove the need for a generated configuration header
Since some of these values were not actually configurable anyway, the redundant code in the wscript has been removed since the values are equivalent to the fallbacks defined in C.
Diffstat (limited to 'src/gtk2_in_qt5.cpp')
-rw-r--r--src/gtk2_in_qt5.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtk2_in_qt5.cpp b/src/gtk2_in_qt5.cpp
index 496350e..bb34989 100644
--- a/src/gtk2_in_qt5.cpp
+++ b/src/gtk2_in_qt5.cpp
@@ -16,7 +16,7 @@
*/
#include "dylib.h"
-#include "suil_config.h"
+#include "suil_config.h" // IWYU pragma: keep
#include "suil_internal.h"
#include "lv2/core/lv2.h"