Bug 872416, part 3 - Make frontend/BytecodeCompiler.h not include frontend/Parser.h. r=luke.

This commit is contained in:
Jason Orendorff
2013-06-04 16:24:42 -05:00
parent 35545a9231
commit 3e2da175a2
3 changed files with 7 additions and 8 deletions

View File

@@ -7,6 +7,7 @@
#include "frontend/BytecodeCompiler.h"
#include "jsprobes.h"
#include "jsscript.h"
#include "frontend/BytecodeEmitter.h"
#include "frontend/FoldConstants.h"