mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
Remove redundant header files
Signed-off-by: HyukWoo Park <hyukwoo.park@samsung.com>
This commit is contained in:
parent
820e9f0c4d
commit
3ebb4ea634
25 changed files with 27 additions and 32 deletions
|
|
@ -20,12 +20,12 @@
|
|||
#if defined(ENABLE_CODE_CACHE)
|
||||
|
||||
#include "Escargot.h"
|
||||
#include "runtime/AtomicString.h"
|
||||
#include "CodeCacheReaderWriter.h"
|
||||
#include "parser/Script.h"
|
||||
#include "parser/CodeBlock.h"
|
||||
#include "interpreter/ByteCode.h"
|
||||
#include "runtime/Context.h"
|
||||
#include "runtime/AtomicString.h"
|
||||
#include "runtime/ObjectStructurePropertyName.h"
|
||||
|
||||
namespace Escargot {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue