Bug 898263 (part 14) - Remove jsprvtd.h. r=jorendorff.

--HG--
extra : rebase_source : 34aeded886e4ac2413e3e064b3f8609ee35fef9e
This commit is contained in:
Nicholas Nethercote 2013-07-25 23:52:43 -07:00
parent 7c2c615b16
commit 2b173ff17f
19 changed files with 1 additions and 40 deletions

View File

@ -29,7 +29,6 @@
#ifndef assembler_wtf_SegmentedVector_h
#define assembler_wtf_SegmentedVector_h
#include "jsprvtd.h"
#include "js/Vector.h"
namespace WTF {

View File

@ -10,8 +10,6 @@
#include "mozilla/Attributes.h"
#include "mozilla/TypeTraits.h"
#include "jsprvtd.h"
#include "ds/InlineMap.h"
#include "gc/Barrier.h"
#include "js/HashTable.h"

View File

@ -11,7 +11,6 @@
* JS parser definitions.
*/
#include "jsprvtd.h"
#include "jspubtd.h"
#include "frontend/BytecodeCompiler.h"

View File

@ -9,7 +9,6 @@
#include "jsatom.h"
#include "jsopcode.h"
#include "jsprvtd.h"
#include "jspubtd.h"
#include "jsscript.h"
#include "jstypes.h"

View File

@ -7,8 +7,6 @@
#ifndef frontend_SourceNotes_h
#define frontend_SourceNotes_h
#include "jsprvtd.h"
typedef uint8_t jssrcnote;
namespace js {

View File

@ -18,7 +18,6 @@
#include "jscntxt.h"
#include "jsopcode.h"
#include "jsprvtd.h"
#include "jspubtd.h"
#include "jsversion.h"

View File

@ -18,7 +18,6 @@
#include "jsapi.h"
#include "jscntxt.h"
#include "jsgc.h"
#include "jsprvtd.h"
#include "js/Vector.h"

View File

@ -13,7 +13,6 @@
#include "jsalloc.h"
#include "jsapi.h"
#include "jsprvtd.h"
#include "jspubtd.h"
#include "gc/Barrier.h"

View File

@ -16,7 +16,6 @@
#include "jsapi.h"
#include "jsfriendapi.h"
#include "jsprvtd.h"
#include "js/HashTable.h"
#include "js/Vector.h"

View File

@ -11,7 +11,6 @@
*/
#include "jsobj.h"
#include "jsprvtd.h"
#include "jsscript.h"
#include "gc/Barrier.h"

View File

@ -13,7 +13,6 @@
#include "jsalloc.h"
#include "jsfriendapi.h"
#include "jsprvtd.h"
#include "ds/LifoAlloc.h"
#include "ds/IdValuePair.h"

View File

@ -13,8 +13,8 @@
#include <stddef.h>
#include "jsapi.h"
#include "jsbytecode.h"
#include "jsprvtd.h"
#include "jspubtd.h"
#include "jsutil.h"

View File

@ -12,7 +12,6 @@
#include "jscntxt.h"
#include "jsfun.h"
#include "jsgc.h"
#include "jsprvtd.h"
#include "jswrapper.h"
#include "gc/Marking.h"

View File

@ -1,20 +0,0 @@
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
* vim: set ts=8 sts=4 et sw=4 tw=99:
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#ifndef jsprvtd_h
#define jsprvtd_h
/*
* JS private typename definitions.
*/
#include "jsapi.h"
namespace js {
} /* namespace js */
#endif /* jsprvtd_h */

View File

@ -11,7 +11,6 @@
#include "jsapi.h"
#include "jsdbgapi.h"
#include "jsfriendapi.h"
#include "jsprvtd.h"
#include "gc/Barrier.h"
#include "js/HashTable.h"

View File

@ -12,7 +12,6 @@
*/
#include "jsiter.h"
#include "jsprvtd.h"
#include "jspubtd.h"
#include "vm/Stack.h"

View File

@ -22,7 +22,6 @@
#include "jsclist.h"
#include "jsfriendapi.h"
#include "jsgc.h"
#include "jsprvtd.h"
#include "jsproxy.h"
#include "ds/FixedSizeHash.h"

View File

@ -11,7 +11,6 @@
#include "jsapi.h"
#include "jsnum.h"
#include "jsprvtd.h"
#include "vm/NumericConversions.h"

View File

@ -15,7 +15,6 @@
#include <stdio.h>
#include <stdarg.h>
#include "jsstr.h"
#include "jsprvtd.h"
#include "vm/String.h"
#include "assembler/wtf/Platform.h"
#include "assembler/jit/ExecutableAllocator.h"