aboutsummaryrefslogtreecommitdiffstats
path: root/c_compiler/include/ast.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'c_compiler/include/ast.hpp')
-rw-r--r--c_compiler/include/ast.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/c_compiler/include/ast.hpp b/c_compiler/include/ast.hpp
index cea7e82..4bcd523 100644
--- a/c_compiler/include/ast.hpp
+++ b/c_compiler/include/ast.hpp
@@ -12,9 +12,8 @@ struct VarLocation;
typedef std::map<std::string, VarLocation> VariableStack;
#include "node.hpp"
-#include "expression.hpp"
#include "type.hpp"
-#include "initializer.hpp"
+#include "expression.hpp"
#include "declaration.hpp"
#include "statement.hpp"
#include "function.hpp"