diff options
| author | Liam P. White <inkscapebrony@gmail.com> | 2014-10-08 22:56:12 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebrony@gmail.com> | 2014-10-08 22:56:12 +0000 |
| commit | 8e6879acee859f216f5e63d97a4ba80c7cb0b94b (patch) | |
| tree | 705350ebc75f64e0afce234b2fec0c55c99f984f /src/ui/widget/highlight-picker.cpp | |
| parent | Add proper 'viewBox', set 'inkscape:document-units', (diff) | |
| download | inkscape-8e6879acee859f216f5e63d97a4ba80c7cb0b94b.tar.gz inkscape-8e6879acee859f216f5e63d97a4ba80c7cb0b94b.zip | |
Fix gtk3 build at risk of breaking windows build
(bzr r13341.1.262)
Diffstat (limited to 'src/ui/widget/highlight-picker.cpp')
| -rw-r--r-- | src/ui/widget/highlight-picker.cpp | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/ui/widget/highlight-picker.cpp b/src/ui/widget/highlight-picker.cpp index c03f526dc..8593f0bdf 100644 --- a/src/ui/widget/highlight-picker.cpp +++ b/src/ui/widget/highlight-picker.cpp @@ -7,19 +7,11 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif - +#include <glibmm.h> #include <gtkmm/icontheme.h> - -#if GLIBMM_DISABLE_DEPRECATED && HAVE_GLIBMM_THREADS_H -#include <glibmm/threads.h> -#endif #include "display/cairo-utils.h" - #include "highlight-picker.h" #include "widgets/icon.h" #include "widgets/toolbox.h" |
