Sort #include lines
[folly.git] / folly / io / async / EventBaseManager.h
index 5c2ba116dd4ffc7b09c24894fb65e73e76877eea..cfcafd838923e955d8986e8c85d6b32bf0129c12 100644 (file)
 
 #pragma once
 
+#include <list>
+#include <set>
+
 #include <folly/ThreadLocal.h>
 #include <folly/io/async/EventBase.h>
-#include <set>
-#include <list>
 
 namespace folly {