diff options
| author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2019-01-23 04:02:07 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2019-01-24 17:08:27 +0000 |
| commit | c8c7b9487b8848b24adb7ccb560bbf3671418ebd (patch) | |
| tree | aec343b1533ea19ee6e0f590f4a8d210a36f7bd3 /src/debug/event.h | |
| parent | Event: Make property value char const* too. (diff) | |
| download | inkscape-c8c7b9487b8848b24adb7ccb560bbf3671418ebd.tar.gz inkscape-c8c7b9487b8848b24adb7ccb560bbf3671418ebd.zip | |
Logger: Switch TagStack to std::shared_ptr.
Diffstat (limited to 'src/debug/event.h')
| -rw-r--r-- | src/debug/event.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/debug/event.h b/src/debug/event.h index ff049d71c..db0146b4b 100644 --- a/src/debug/event.h +++ b/src/debug/event.h @@ -16,7 +16,6 @@ #include <memory> #include <string> #include <utility> -#include "util/share.h" namespace Inkscape { |
