diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2011-12-08 11:53:54 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2011-12-08 11:53:54 +0000 |
| commit | 4e51446f417ad82d2cdac758d0c5ce908ff88038 (patch) | |
| tree | fca19a5966d6d49873062bb0b40550f6c4984156 /src/svg/svg-color.cpp | |
| parent | Colors. Patch for Bug #677081 (Default paste color opacity) by Romain. (diff) | |
| download | inkscape-4e51446f417ad82d2cdac758d0c5ce908ff88038.tar.gz inkscape-4e51446f417ad82d2cdac758d0c5ce908ff88038.zip | |
Switch to top-level glib headers. Thanks to DimStar for patch
Fixed bugs:
- https://launchpad.net/bugs/898538
(bzr r10762)
Diffstat (limited to 'src/svg/svg-color.cpp')
| -rw-r--r-- | src/svg/svg-color.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/svg/svg-color.cpp b/src/svg/svg-color.cpp index 9293564d5..a8dff0bf0 100644 --- a/src/svg/svg-color.cpp +++ b/src/svg/svg-color.cpp @@ -21,12 +21,7 @@ #include <string> #include <cassert> #include <math.h> -#include <glib/gmem.h> #include <glib.h> // g_assert -#include <glib/gmessages.h> -#include <glib/gstrfuncs.h> -#include <glib/ghash.h> -#include <glib/gutils.h> #include <errno.h> #include "strneq.h" |
