summaryrefslogtreecommitdiff
path: root/src/parsetree.cc
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2020-03-16 09:07:42 +0200
committerAdrian Thurston <thurston@colm.net>2020-03-16 09:07:58 +0200
commit2b9836a94c27b6be724677fc415dc6544e7f3276 (patch)
tree93b0747de95d5f4af56fcda4d6ea37e4657b9d93 /src/parsetree.cc
parentbd3557e33f4281c021266829f3ef693e13160178 (diff)
downloadragel-2b9836a94c27b6be724677fc415dc6544e7f3276.tar.gz
removal of libfsm files and adjusting includes files
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"