summaryrefslogtreecommitdiffstats
path: root/src/debug/simple-event.h
diff options
context:
space:
mode:
authorBryce Harrington <bryce@bryceharrington.org>2008-01-05 09:30:33 +0000
committerbryce <bryce@users.sourceforge.net>2008-01-05 09:30:33 +0000
commit55ef0672f77336732c2261bb24da7d94a86aefe2 (patch)
treebd2712e08299082ffc96c88c921d136c7ed721ec /src/debug/simple-event.h
parentglib/gtestutils.h is not available on gutsy, so switching to include of (diff)
downloadinkscape-55ef0672f77336732c2261bb24da7d94a86aefe2.tar.gz
inkscape-55ef0672f77336732c2261bb24da7d94a86aefe2.zip
Fixing up a few more files
(bzr r4391)
Diffstat (limited to 'src/debug/simple-event.h')
-rw-r--r--src/debug/simple-event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/simple-event.h b/src/debug/simple-event.h
index 3126f10f1..74301a609 100644
--- a/src/debug/simple-event.h
+++ b/src/debug/simple-event.h
@@ -14,7 +14,7 @@
#include <stdarg.h>
#include <vector>
-#include <glib/gtestutils.h>
+#include <glib.h> // g_assert()
#include <glib/gstrfuncs.h>
#include <glib/gmessages.h>