summaryrefslogtreecommitdiff
path: root/lib/profile/InstrProfilingWriter.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/profile/InstrProfilingWriter.c')
-rw-r--r--lib/profile/InstrProfilingWriter.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/profile/InstrProfilingWriter.c b/lib/profile/InstrProfilingWriter.c
index 7c6061d2c..d4c9b9bd6 100644
--- a/lib/profile/InstrProfilingWriter.c
+++ b/lib/profile/InstrProfilingWriter.c
@@ -7,15 +7,14 @@
|*
\*===----------------------------------------------------------------------===*/
+#include "InstrProfiling.h"
+#include "InstrProfilingInternal.h"
#ifdef _MSC_VER
/* For _alloca */
#include <malloc.h>
#endif
#include <string.h>
-#include "InstrProfiling.h"
-#include "InstrProfilingInternal.h"
-
#define INSTR_PROF_VALUE_PROF_DATA
#include "InstrProfData.inc"