Bug 888088 (part 7) - Fix #include ordering in the rest of js/src/*.{cpp,h}. r=nnethercote.

This commit is contained in:
Emanuel Hoogeveen
2013-07-23 17:34:50 -07:00
parent 10028e6993
commit c59cf62ef4
23 changed files with 67 additions and 53 deletions

View File

@@ -14,11 +14,10 @@
#include <string.h>
#include <time.h>
#include "jstypes.h"
#include "jsutil.h"
#include "jsprf.h"
#include "jslock.h"
#include "jstypes.h"
#include "jsutil.h"
#include "prmjtime.h"
#define PRMJ_DO_MILLISECONDS 1