summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/util/expression-evaluator.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/util/expression-evaluator.cpp b/src/util/expression-evaluator.cpp
index b43a61a6d..87937be9a 100644
--- a/src/util/expression-evaluator.cpp
+++ b/src/util/expression-evaluator.cpp
@@ -69,8 +69,6 @@
#include <string.h>
-#include <glib-object.h>
-
namespace Inkscape {
namespace Util {
@@ -82,7 +80,7 @@ enum
GIMP_EEVL_TOKEN_ANY = 40000,
GIMP_EEVL_TOKEN_END = 50000
-} GimpEevlTokenTypeEnum;
+};
typedef int GimpEevlTokenType;