summaryrefslogtreecommitdiff
path: root/src/parsedata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parsedata.h')
-rw-r--r--src/parsedata.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/parsedata.h b/src/parsedata.h
index d45de5a6..1df3aa2e 100644
--- a/src/parsedata.h
+++ b/src/parsedata.h
@@ -33,12 +33,12 @@
#include "bstmap.h"
#include "vector.h"
#include "dlist.h"
-#include "fsmgraph.h"
+#include <libfsm/fsmgraph.h>
#include "compare.h"
#include "vector.h"
-#include "common.h"
+#include <libfsm/common.h>
#include "parsetree.h"
-#include "action.h"
+#include <libfsm/action.h>
/* Forwards. */