summaryrefslogtreecommitdiff
path: root/src/parsetree.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/parsetree.cc')
-rw-r--r--src/parsetree.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parsetree.cc b/src/parsetree.cc
index 38646cf6..f51c35e8 100644
--- a/src/parsetree.cc
+++ b/src/parsetree.cc
@@ -26,10 +26,10 @@
#include <errno.h>
#include <limits.h>
#include <stdlib.h>
-#include <inputdata.h>
+#include "inputdata.h"
/* Parsing. */
-#include "ragel.h"
+#include <libfsm/ragel.h>
#include "parsetree.h"
#include "parsedata.h"