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
4d884e66c6
commit
4ae794b901
5 changed files with 6 additions and 6 deletions
|
|
@ -1,4 +1,8 @@
|
|||
/escargot/third_party/double_conversion/double-conversion.cc
|
||||
/escargot/third_party/double_conversion/bignum.h
|
||||
/escargot/third_party/GCutil/
|
||||
/escargot/third_party/lz4/
|
||||
/escargot/third_party/libbf/
|
||||
/escargot/third_party/libbf/libbf.c
|
||||
/escargot/third_party/lz4/lz4.cpp
|
||||
/escargot/third_party/rapidjson/include/rapidjson/document.h
|
||||
/escargot/third_party/rapidjson/include/rapidjson/reader.h
|
||||
/escargot/third_party/yarr/
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@
|
|||
#include "runtime/MapObject.h"
|
||||
#include "runtime/IteratorObject.h"
|
||||
#include "runtime/NativeFunctionObject.h"
|
||||
#include "runtime/ToStringRecursionPreventer.h"
|
||||
|
||||
namespace Escargot {
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@
|
|||
#include "runtime/SetObject.h"
|
||||
#include "runtime/IteratorObject.h"
|
||||
#include "runtime/NativeFunctionObject.h"
|
||||
#include "runtime/ToStringRecursionPreventer.h"
|
||||
|
||||
namespace Escargot {
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@
|
|||
#include "runtime/WeakMapObject.h"
|
||||
#include "runtime/IteratorObject.h"
|
||||
#include "runtime/NativeFunctionObject.h"
|
||||
#include "runtime/ToStringRecursionPreventer.h"
|
||||
|
||||
namespace Escargot {
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@
|
|||
#include "runtime/WeakSetObject.h"
|
||||
#include "runtime/IteratorObject.h"
|
||||
#include "runtime/NativeFunctionObject.h"
|
||||
#include "runtime/ToStringRecursionPreventer.h"
|
||||
|
||||
namespace Escargot {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue