remove unnecessary headers

issue#70
Houtan Bastani 2019-12-19 16:38:46 +01:00
parent 5f451ebc99
commit 137dc31bb0
No known key found for this signature in database
GPG Key ID: 000094FB955BE169
2 changed files with 1 additions and 2 deletions

View File

@ -28,10 +28,8 @@
using namespace std;
#include "SymbolTable.hh"
#include "CodeInterpreter.hh"
#include "ExternalFunctionsTable.hh"
#include "SymbolList.hh"
class DataTree;
class NumConstNode;

View File

@ -27,6 +27,7 @@
#include "ExprNode.hh"
#include "SymbolTable.hh"
#include "SymbolList.hh"
using namespace std;