summaryrefslogtreecommitdiffstats
path: root/src/libnrtype
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2014-08-24 11:31:46 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2014-08-24 11:31:46 +0000
commit8920e3ea655df6447e2ed6f8b0b5621442d20cb5 (patch)
tree4bacbdb5cef34d8468caaed780ff2659f2d6cda1 /src/libnrtype
parentFix Gtk+ 2 build (diff)
downloadinkscape-8920e3ea655df6447e2ed6f8b0b5621442d20cb5.tar.gz
inkscape-8920e3ea655df6447e2ed6f8b0b5621442d20cb5.zip
Fix strict build with Gtk+ 2
(bzr r13341.1.172)
Diffstat (limited to 'src/libnrtype')
-rw-r--r--src/libnrtype/font-lister.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnrtype/font-lister.cpp b/src/libnrtype/font-lister.cpp
index 1b4d9d256..6f25ab5f9 100644
--- a/src/libnrtype/font-lister.cpp
+++ b/src/libnrtype/font-lister.cpp
@@ -2,8 +2,8 @@
#include <config.h>
#endif
-#include <gtkmm/treemodel.h>
#include <gtkmm/liststore.h>
+#include <gtkmm/treemodel.h>
#include <libnrtype/font-instance.h>
#include <libnrtype/TextWrapper.h>