summaryrefslogtreecommitdiffstats
path: root/src/ui/selected-color.h
diff options
context:
space:
mode:
authorTomasz Boczkowski <penginsbacon@gmail.com>2015-05-02 12:54:37 +0000
committerTomasz Boczkowski <penginsbacon@gmail.com>2015-05-02 12:54:37 +0000
commit6ebb6cfcf28dfd36a22ce4fe11324971c34ee70c (patch)
treec876e9520dccb245004e0704c005a700f9f7c461 /src/ui/selected-color.h
parentmerge with trunk (diff)
downloadinkscape-6ebb6cfcf28dfd36a22ce4fe11324971c34ee70c.tar.gz
inkscape-6ebb6cfcf28dfd36a22ce4fe11324971c34ee70c.zip
gtk3 compile fix
(bzr r14059.1.13)
Diffstat (limited to 'src/ui/selected-color.h')
-rw-r--r--src/ui/selected-color.h14
1 files changed, 5 insertions, 9 deletions
diff --git a/src/ui/selected-color.h b/src/ui/selected-color.h
index b4268f553..168099c82 100644
--- a/src/ui/selected-color.h
+++ b/src/ui/selected-color.h
@@ -13,18 +13,14 @@
#ifndef SEEN_SELECTED_COLOR
#define SEEN_SELECTED_COLOR
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
-
-#if GLIBMM_DISABLE_DEPRECATED && HAVE_GLIBMM_THREADS_H
-#include <glibmm/threads.h>
-#endif
-
#include <sigc++/signal.h>
-#include <gtkmm/widget.h>
#include "color.h"
+namespace Gtk
+{
+ class Widget;
+}
+
namespace Inkscape {
namespace UI {