Loading...
--- Libc/Libc-1725.40.4/sys/OSThermalNotification.c
+++ Libc/Libc-1044.1.2/sys/OSThermalNotification.c
@@ -21,7 +21,9 @@
* @APPLE_LICENSE_HEADER_END@
*/
+#include <dispatch/dispatch.h>
#include <libkern/OSThermalNotification.h>
+#include <notify.h>
#include <TargetConditionals.h>
@@ -29,10 +31,6 @@
const char * const kOSThermalNotificationPressureLevelName = OSThermalPressureLevelName;
#if TARGET_OS_IPHONE
-
-#include <dispatch/dispatch.h>
-#include <notify.h>
-
#define OSThermalAlert "com.apple.system.thermalalert"
#define OSThermalDecision "com.apple.system.thermaldecision"
#define OSThermalStatusName "com.apple.system.thermalstatus"