Remove redundant header files

Signed-off-by: HyukWoo Park <hyukwoo.park@samsung.com>
This commit is contained in:
HyukWoo Park 2020-11-05 12:58:08 +09:00 committed by Patrick Kim
commit 3ebb4ea634
25 changed files with 27 additions and 32 deletions

View file

@ -30,7 +30,6 @@
#include "runtime/SandBox.h"
#include "runtime/ScriptFunctionObject.h"
#include "runtime/ModuleNamespaceObject.h"
#include "util/Util.h"
#include "parser/ast/AST.h"
namespace Escargot {