From 137dc31bb028dcda612cebdd0a77a6db635dfaea Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan@dynare.org>
Date: Thu, 19 Dec 2019 16:38:46 +0100
Subject: [PATCH] remove unnecessary headers

---
 src/ExprNode.hh | 2 --
 src/SubModel.hh | 1 +
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/ExprNode.hh b/src/ExprNode.hh
index 771cedda..ef233e6b 100644
--- a/src/ExprNode.hh
+++ b/src/ExprNode.hh
@@ -28,10 +28,8 @@
 
 using namespace std;
 
-#include "SymbolTable.hh"
 #include "CodeInterpreter.hh"
 #include "ExternalFunctionsTable.hh"
-#include "SymbolList.hh"
 
 class DataTree;
 class NumConstNode;
diff --git a/src/SubModel.hh b/src/SubModel.hh
index 7ddf92b6..c09e83aa 100644
--- a/src/SubModel.hh
+++ b/src/SubModel.hh
@@ -27,6 +27,7 @@
 
 #include "ExprNode.hh"
 #include "SymbolTable.hh"
+#include "SymbolList.hh"
 
 using namespace std;
 
-- 
GitLab