зеркало из https://github.com/mozilla/gecko-dev.git
Bug 837773 - Organize jsapi.h's #includes. r=jorendorff
--HG-- extra : rebase_source : 88b6a890a4e2304beb5f37198b9f6f2ebda9a8a9
This commit is contained in:
Родитель
3a817cf9b2
Коммит
c45d677c48
|
@ -18,22 +18,21 @@
|
|||
#include "mozilla/StandardInteger.h"
|
||||
#include "mozilla/ThreadLocal.h"
|
||||
|
||||
#include <limits> /* for std::numeric_limits */
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "js-config.h"
|
||||
#include "jsalloc.h"
|
||||
#include "jspubtd.h"
|
||||
#include "jsutil.h"
|
||||
#include "jsval.h"
|
||||
|
||||
#include "js/Utility.h"
|
||||
#include "gc/Root.h"
|
||||
|
||||
#include <limits> /* for std::numeric_limits */
|
||||
|
||||
#include "jsalloc.h"
|
||||
#include "js/Vector.h"
|
||||
#include "js/HashTable.h"
|
||||
#include "js/CharacterEncoding.h"
|
||||
#include "js/HashTable.h"
|
||||
#include "js/Utility.h"
|
||||
#include "js/Vector.h"
|
||||
|
||||
/************************************************************************/
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче