aboutsummaryrefslogtreecommitdiff
path: root/src/util/profile/prof_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/profile/prof_int.h')
-rw-r--r--src/util/profile/prof_int.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/util/profile/prof_int.h b/src/util/profile/prof_int.h
index cddc1fd..38ea59a 100644
--- a/src/util/profile/prof_int.h
+++ b/src/util/profile/prof_int.h
@@ -2,17 +2,17 @@
* prof-int.h
*/
+#include "k5-platform.h"
+#include "k5-thread.h"
+#include "k5-plugin.h"
+
#include <time.h>
-#include <stdio.h>
#if defined(__MACH__) && defined(__APPLE__)
#include <TargetConditionals.h>
#define PROFILE_SUPPORTS_FOREIGN_NEWLINES
#endif
-#include "k5-thread.h"
-#include "k5-platform.h"
-#include "k5-plugin.h"
#include "com_err.h"
#include "profile.h"