diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2015-04-27 23:38:31 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2015-04-27 23:38:31 +0000 |
| commit | ba4dbfb351180e0fc4ad57be6e3534fa2ab5cf8c (patch) | |
| tree | 8a089e291323cf75e99ea9b3813193b0394fa7f1 /src/widgets/paint-selector.cpp | |
| parent | add two files omitted in patch at revision 14062 (diff) | |
| download | inkscape-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/widgets/paint-selector.cpp')
| -rw-r--r-- | src/widgets/paint-selector.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/widgets/paint-selector.cpp b/src/widgets/paint-selector.cpp index 948c80db3..740ce2b0e 100644 --- a/src/widgets/paint-selector.cpp +++ b/src/widgets/paint-selector.cpp @@ -24,10 +24,6 @@ #include <cstring> #include <string> -#if GLIBMM_DISABLE_DEPRECATED && HAVE_GLIBMM_THREADS_H -#include <glibmm/threads.h> -#endif - #include "widgets/swatch-selector.h" #include "sp-pattern.h" #include <glibmm/i18n.h> |
