summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2012-02-15 15:03:26 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2012-02-15 15:03:26 +0000
commit2dd25a1a9e3721be518e9198201e328c56c64c2d (patch)
tree566c44c47c43f5aefe5f24770ecfd51b4e89e866 /src/ui
parentMove gtkmm headers that internally re-enable deprecated gtk symbols to top. ... (diff)
downloadinkscape-2dd25a1a9e3721be518e9198201e328c56c64c2d.tar.gz
inkscape-2dd25a1a9e3721be518e9198201e328c56c64c2d.zip
Fix remaining glib deprecation and define compiler macros
(bzr r10983)
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/widget/spin-slider.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/widget/spin-slider.cpp b/src/ui/widget/spin-slider.cpp
index 688739db3..3e85f845e 100644
--- a/src/ui/widget/spin-slider.cpp
+++ b/src/ui/widget/spin-slider.cpp
@@ -8,8 +8,8 @@
* Released under GNU GPL. Read the file 'COPYING' for more information.
*/
-#include "glib/gstrfuncs.h"
-#include "glibmm/i18n.h"
+#include <glib.h>
+#include <glibmm/i18n.h>
#include "spin-slider.h"