summaryrefslogtreecommitdiffstats
path: root/src/gtk2_in_qt4.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtk2_in_qt4.cpp')
-rw-r--r--src/gtk2_in_qt4.cpp7
1 files changed, 4 insertions, 3 deletions
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 <QX11EmbedContainer>
+
#undef signals
#include <gtk/gtk.h>
#include <gdk/gdkx.h>
-#include "./suil_config.h"
-#include "./suil_internal.h"
-
extern "C" {
typedef struct _SuilGtk2InQt4Wrapper SuilGtk2InQt4Wrapper;