Kill unused include of sched.h
[folly.git] / folly / Portability.h
index 17c064ba8a6f01d1d9771942a2c99a091cbf5241..07426f0533a3456a15f5659fc15cca6afad7c0a2 100644 (file)
 
 #include <folly/CPortability.h>
 
-#if FOLLY_HAVE_SCHED_H
- #include <sched.h>
-#endif
-
 // Unaligned loads and stores
 namespace folly {
 #if FOLLY_HAVE_UNALIGNED_ACCESS