aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/parse_productions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse_productions.cpp')
-rw-r--r--src/parse_productions.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/parse_productions.cpp b/src/parse_productions.cpp
index 6ec8e56a..43a580d3 100644
--- a/src/parse_productions.cpp
+++ b/src/parse_productions.cpp
@@ -1,7 +1,9 @@
-#include "parse_productions.h"
-#include <assert.h>
#include <stdio.h>
+
#include "parse_tree.h"
+#include "parse_productions.h"
+#include "parse_constants.h"
+#include "common.h"
using namespace parse_productions;