Sort #include lines
[folly.git] / folly / futures / ManualExecutor.h
index 76847e2cce496741d473469c38d83a278d33dbd8..689111eb62acf685dea5612c469b085b189790fd 100644 (file)
  */
 
 #pragma once
  */
 
 #pragma once
-#include <folly/LifoSem.h>
-#include <folly/futures/DrivableExecutor.h>
-#include <folly/futures/ScheduledExecutor.h>
+
+#include <cstdio>
 #include <memory>
 #include <mutex>
 #include <queue>
 #include <memory>
 #include <mutex>
 #include <queue>
-#include <cstdio>
+
+#include <folly/LifoSem.h>
+#include <folly/futures/DrivableExecutor.h>
+#include <folly/futures/ScheduledExecutor.h>
 
 namespace folly {
   /// A ManualExecutor only does work when you turn the crank, by calling
 
 namespace folly {
   /// A ManualExecutor only does work when you turn the crank, by calling