Bug 1131003 - Move jsproxy.h to js/Proxy.h. r=efaust

This commit is contained in:
Tom Schuster
2015-02-10 19:58:18 +01:00
parent a0ff0e9d0c
commit 34ccb29137
27 changed files with 34 additions and 34 deletions

View File

@@ -19,13 +19,13 @@
#include "jsgc.h"
#include "jsobj.h"
#include "jsopcode.h"
#include "jsproxy.h"
#include "jsscript.h"
#include "jstypes.h"
#include "jsutil.h"
#include "ds/Sort.h"
#include "gc/Marking.h"
#include "js/Proxy.h"
#include "vm/GeneratorObject.h"
#include "vm/GlobalObject.h"
#include "vm/Interpreter.h"