]> git.saurik.com Git - apple/libc.git/blobdiff - sys/OSThermalNotification.c
Libc-1353.11.2.tar.gz
[apple/libc.git] / sys / OSThermalNotification.c
index ef884f6342782410c0ccca940ede0492f5260d87..36b0042a96426db35f8adc5a13caab8e9c43f83f 100644 (file)
@@ -21,9 +21,7 @@
  * @APPLE_LICENSE_HEADER_END@
  */
 
-#include <dispatch/dispatch.h>
 #include <libkern/OSThermalNotification.h>
-#include <notify.h>
 
 #include <TargetConditionals.h>
 
 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"