From e102c25959461d5b961bdb42c725cedfb91ba2df Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 27 Sep 2020 15:35:56 +0200 Subject: Clean up includes and forward declarations --- src/gtk2_in_qt4.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/gtk2_in_qt4.cpp') diff --git a/src/gtk2_in_qt4.cpp b/src/gtk2_in_qt4.cpp index 546f7a9..91b374c 100644 --- a/src/gtk2_in_qt4.cpp +++ b/src/gtk2_in_qt4.cpp @@ -14,15 +14,16 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include "suil_config.h" +#include "suil_internal.h" + #include + #undef signals #include #include -#include "./suil_config.h" -#include "./suil_internal.h" - extern "C" { typedef struct _SuilGtk2InQt4Wrapper SuilGtk2InQt4Wrapper; -- cgit v1.2.1