Skip to content

Commit

Permalink
Bug 1476012 - Remove the dependency of DeletePolicy.h on BigIntType.h…
Browse files Browse the repository at this point in the history
… r=sfink
  • Loading branch information
jonco3 committed Jul 17, 2018
1 parent 8506f9d commit f475717
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion js/src/gc/DeletePolicy.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@
#define gc_DeletePolicy_h

#include "js/TracingAPI.h"

#ifdef ENABLE_BIGINT
#include "vm/BigIntType.h"
namespace JS {
class BigInt;
} // namespace JS
#endif

namespace js {
Expand Down

0 comments on commit f475717

Please sign in to comment.