summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2012-02-26 16:54:08 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2012-02-26 16:54:08 +0000
commit43175d10160728a84a24f4b9b8de667c76d6cc8b (patch)
tree2badbf7523341d7aa8fa4eef9cc855e03a485173 /src/main.cpp
parentheader cleaning (diff)
downloadinkscape-43175d10160728a84a24f4b9b8de667c76d6cc8b.tar.gz
inkscape-43175d10160728a84a24f4b9b8de667c76d6cc8b.zip
Clean up all remaining false warnings from Gtkmm
(bzr r11018)
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index d4a75f5ae..4bf327284 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -31,6 +31,8 @@
// This has to be included prior to anything that includes setjmp.h, it croaks otherwise
#include <png.h>
+#include "ui/widget/panel.h"
+
#ifdef HAVE_IEEEFP_H
#include <ieeefp.h>
#endif
@@ -109,7 +111,6 @@
#include "main-cmdlineact.h"
#include "widgets/icon.h"
-#include "ui/widget/panel.h"
#include <errno.h>
#include "verbs.h"