Bug 1194139 - Fix includes order to make the SM style checker happy.

CLOSED TREE
This commit is contained in:
Ryan VanderMeulen 2015-08-28 09:23:36 -04:00
Родитель 593ca26426
Коммит 19eddf8198
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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 {