зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1194139 - Fix includes order to make the SM style checker happy.
CLOSED TREE
This commit is contained in:
Родитель
593ca26426
Коммит
19eddf8198
|
@ -12,8 +12,6 @@
|
|||
#include <limits.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "js/Utility.h"
|
||||
|
||||
#define REGISTERS_NAMES \
|
||||
{ "zero", "at", "v0", "v1", "a0", "a1", "a2", "a3", \
|
||||
"t0", "t1", "t2", "t3", "t4", "t5", "t6", "t7", \
|
||||
|
@ -33,6 +31,8 @@
|
|||
|
||||
#include "jit/mips-shared/Architecture-mips-shared.h"
|
||||
|
||||
#include "js/Utility.h"
|
||||
|
||||
namespace js {
|
||||
namespace jit {
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче