summaryrefslogtreecommitdiff
path: root/src/parsers/cst
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-06 21:18:44 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-06 21:18:44 +0300
commit0b9824d5254c5422528af35c97bd05524f1a234e (patch)
treea3a350eb25ac02ecf5c1225aca05175c84a2b1e3 /src/parsers/cst
parent2f24687e069abfc82383171d4e05d06487f69a06 (diff)
downloadparanucker-0b9824d5254c5422528af35c97bd05524f1a234e.tar.gz
paranucker-0b9824d5254c5422528af35c97bd05524f1a234e.tar.bz2
paranucker-0b9824d5254c5422528af35c97bd05524f1a234e.tar.xz
paranucker-0b9824d5254c5422528af35c97bd05524f1a234e.zip
Remove some useless includes.
Diffstat (limited to 'src/parsers/cst')
-rw-r--r--src/parsers/cst/integer_cst.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/parsers/cst/integer_cst.cpp b/src/parsers/cst/integer_cst.cpp
index 051fdad..afe6d20 100644
--- a/src/parsers/cst/integer_cst.cpp
+++ b/src/parsers/cst/integer_cst.cpp
@@ -23,8 +23,6 @@
parserDefine(IntegerCst);
-#include "parsers/base/type.h"
-
#include "nodes/cst/integer_cst.h"
#include <stdio.h>