aboutsummaryrefslogtreecommitdiffstats
path: root/c_compiler/include/ast.hpp
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-03-07 18:38:56 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-03-07 18:38:56 +0000
commit1e0edabcca97b60371d84879ad69f569eb9127f5 (patch)
tree2357bdf40cbd3f605b591ececda6bf2785738f09 /c_compiler/include/ast.hpp
parent81c4d63a74dd2c6d7395d2d1aeae93fbd22d4b16 (diff)
parentb810b59783a3dd32837fe4c458229cc771bd6877 (diff)
downloadCompiler-1e0edabcca97b60371d84879ad69f569eb9127f5.tar.gz
Compiler-1e0edabcca97b60371d84879ad69f569eb9127f5.zip
Merge branch 'master' into compiler
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"