summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/spinbutton.h
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2015-04-27 23:38:31 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2015-04-27 23:38:31 +0000
commitba4dbfb351180e0fc4ad57be6e3534fa2ab5cf8c (patch)
tree8a089e291323cf75e99ea9b3813193b0394fa7f1 /src/ui/widget/spinbutton.h
parentadd two files omitted in patch at revision 14062 (diff)
downloadinkscape-ba4dbfb351180e0fc4ad57be6e3534fa2ab5cf8c.tar.gz
inkscape-ba4dbfb351180e0fc4ad57be6e3534fa2ab5cf8c.zip
Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc
(bzr r14064)
Diffstat (limited to 'src/ui/widget/spinbutton.h')
-rw-r--r--src/ui/widget/spinbutton.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/ui/widget/spinbutton.h b/src/ui/widget/spinbutton.h
index cbe33e8ea..30ffc7d77 100644
--- a/src/ui/widget/spinbutton.h
+++ b/src/ui/widget/spinbutton.h
@@ -10,14 +10,6 @@
#ifndef INKSCAPE_UI_WIDGET_SPINBUTTON_H
#define INKSCAPE_UI_WIDGET_SPINBUTTON_H
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
-
-#if GLIBMM_DISABLE_DEPRECATED && HAVE_GLIBMM_THREADS_H
-#include <glibmm/threads.h>
-#endif
-
#include <gtkmm/spinbutton.h>
namespace Inkscape {