summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/insertordericon.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2014-09-30 18:06:07 +0000
committerJohan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>2014-09-30 18:06:07 +0000
commit9b31ef3b28b2ebb3ca258a6fb7de1524fcc17378 (patch)
treefc94ed3521aa5f6f1b561fb028377477cd7d38d0 /src/ui/widget/insertordericon.cpp
parentadd support for document-units in the helper path of bspline (diff)
downloadinkscape-9b31ef3b28b2ebb3ca258a6fb7de1524fcc17378.tar.gz
inkscape-9b31ef3b28b2ebb3ca258a6fb7de1524fcc17378.zip
change header include order to fix win64 build
(bzr r13341.1.235)
Diffstat (limited to 'src/ui/widget/insertordericon.cpp')
-rw-r--r--src/ui/widget/insertordericon.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/widget/insertordericon.cpp b/src/ui/widget/insertordericon.cpp
index 2f06225bc..17930daa2 100644
--- a/src/ui/widget/insertordericon.cpp
+++ b/src/ui/widget/insertordericon.cpp
@@ -7,6 +7,8 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
+#include "ui/widget/insertordericon.h"
+
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
@@ -15,7 +17,6 @@
#include <glibmm/threads.h>
#endif
-#include "ui/widget/insertordericon.h"
#include <gtkmm/icontheme.h>