Bug 888088 (part 12) - Fix #include ordering in a handful of remaining places. r=nnethercote.

This commit is contained in:
Emanuel Hoogeveen
2013-07-25 19:13:55 -07:00
parent 13db5e14ea
commit 6f5db75219
7 changed files with 13 additions and 10 deletions

View File

@@ -6,6 +6,8 @@
/* PR time code. */
#include "prmjtime.h"
#include "mozilla/MathAlgorithms.h"
#ifdef SOLARIS
@@ -14,11 +16,10 @@
#include <string.h>
#include <time.h>
#include "jsprf.h"
#include "jslock.h"
#include "jsprf.h"
#include "jstypes.h"
#include "jsutil.h"
#include "prmjtime.h"
#define PRMJ_DO_MILLISECONDS 1