summaryrefslogtreecommitdiff
path: root/src/runtime/python
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/python')
-rw-r--r--src/runtime/python/pypgf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/runtime/python/pypgf.c b/src/runtime/python/pypgf.c
index 8fe4256e2..459b5870b 100644
--- a/src/runtime/python/pypgf.c
+++ b/src/runtime/python/pypgf.c
@@ -5,7 +5,6 @@
#include <gu/map.h>
#include <gu/file.h>
#include <pgf/pgf.h>
-#include <pgf/lexer.h>
#include <pgf/linearizer.h>
static PyObject* PGFError;