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/util | |
| 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/util')
| -rw-r--r-- | src/util/ege-appear-time-tracker.h | 2 | ||||
| -rw-r--r-- | src/util/share.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/util/ege-appear-time-tracker.h b/src/util/ege-appear-time-tracker.h index b5ea8b5d2..1d0c90991 100644 --- a/src/util/ege-appear-time-tracker.h +++ b/src/util/ege-appear-time-tracker.h @@ -37,7 +37,7 @@ * * ***** END LICENSE BLOCK ***** */ -#include <glib/gtimer.h> +#include <glib.h> #include <glibmm/ustring.h> typedef union _GdkEvent GdkEvent; diff --git a/src/util/share.cpp b/src/util/share.cpp index 606ed9d47..3cb289b10 100644 --- a/src/util/share.cpp +++ b/src/util/share.cpp @@ -10,7 +10,7 @@ */ #include "util/share.h" -#include <glib/gmessages.h> +#include <glib.h> namespace Inkscape { namespace Util { |
