summaryrefslogtreecommitdiffstats
path: root/src/debug/simple-event.h
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2019-01-23 04:02:07 +0000
committerMarc Jeanmougin <marcjeanmougin@free.fr>2019-01-24 17:08:27 +0000
commitc8c7b9487b8848b24adb7ccb560bbf3671418ebd (patch)
treeaec343b1533ea19ee6e0f590f4a8d210a36f7bd3 /src/debug/simple-event.h
parentEvent: Make property value char const* too. (diff)
downloadinkscape-c8c7b9487b8848b24adb7ccb560bbf3671418ebd.tar.gz
inkscape-c8c7b9487b8848b24adb7ccb560bbf3671418ebd.zip
Logger: Switch TagStack to std::shared_ptr.
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 1b6dc172c..96dde6893 100644
--- a/src/debug/simple-event.h
+++ b/src/debug/simple-event.h
@@ -19,8 +19,8 @@
#include <vector>
#include <glib.h> // g_assert()
-#include "inkgc/gc-alloc.h"
#include "debug/event.h"
+#include "util/share.h"
namespace Inkscape {