summaryrefslogtreecommitdiffstats
path: root/src/debug
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2011-12-08 11:53:54 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2011-12-08 11:53:54 +0000
commit4e51446f417ad82d2cdac758d0c5ce908ff88038 (patch)
treefca19a5966d6d49873062bb0b40550f6c4984156 /src/debug
parentColors. Patch for Bug #677081 (Default paste color opacity) by Romain. (diff)
downloadinkscape-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/debug')
-rw-r--r--src/debug/logger.cpp2
-rw-r--r--src/debug/simple-event.h2
-rw-r--r--src/debug/timestamp.cpp3
3 files changed, 2 insertions, 5 deletions
diff --git a/src/debug/logger.cpp b/src/debug/logger.cpp
index bc761d67e..485dbc365 100644
--- a/src/debug/logger.cpp
+++ b/src/debug/logger.cpp
@@ -11,7 +11,7 @@
#include <fstream>
#include <vector>
-#include <glib/gmessages.h>
+#include <glib.h>
#include "inkscape-version.h"
#include "debug/logger.h"
#include "debug/simple-event.h"
diff --git a/src/debug/simple-event.h b/src/debug/simple-event.h
index d09358224..506ee1b03 100644
--- a/src/debug/simple-event.h
+++ b/src/debug/simple-event.h
@@ -15,8 +15,6 @@
#include <stdarg.h>
#include <vector>
#include <glib.h> // g_assert()
-#include <glib/gstrfuncs.h>
-#include <glib/gmessages.h>
#include "gc-alloc.h"
#include "debug/event.h"
diff --git a/src/debug/timestamp.cpp b/src/debug/timestamp.cpp
index 4c014e965..e100134c8 100644
--- a/src/debug/timestamp.cpp
+++ b/src/debug/timestamp.cpp
@@ -10,8 +10,7 @@
*/
-#include <glib/gtypes.h>
-#include <glib/gmain.h>
+#include <glib.h>
#include <glibmm/ustring.h>
#include "debug/simple-event.h"