summaryrefslogtreecommitdiffstats
path: root/src/widgets/stroke-style.cpp
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2012-03-12 00:31:09 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2012-03-12 00:31:09 +0000
commit944045b4457bc5cbc3234d7243c7cd01e10a6038 (patch)
tree42513d311d6c4159cb55431d6a4b160cf5a78b34 /src/widgets/stroke-style.cpp
parentadd missing files to cmake. (diff)
downloadinkscape-944045b4457bc5cbc3234d7243c7cd01e10a6038.tar.gz
inkscape-944045b4457bc5cbc3234d7243c7cd01e10a6038.zip
Fix false gtk deprecation warnings from gtkmm headers
(bzr r11070)
Diffstat (limited to 'src/widgets/stroke-style.cpp')
-rw-r--r--src/widgets/stroke-style.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/widgets/stroke-style.cpp b/src/widgets/stroke-style.cpp
index 5508d8cca..a49a26734 100644
--- a/src/widgets/stroke-style.cpp
+++ b/src/widgets/stroke-style.cpp
@@ -17,10 +17,9 @@
#define noSP_SS_VERBOSE
+#include "widgets/dash-selector.h"
#include <gtkmm/table.h>
-#include <glib.h>
#include <glibmm/i18n.h>
-#include "widgets/dash-selector.h"
#include "desktop-handles.h"
#include "desktop-style.h"