Sort #include lines
[folly.git] / folly / io / async / test / NotificationQueueTest.cpp
index 614f2303b756087494122790175456faad641299..727eaad2e7dd34e9eaf77ff3de7b90a074a58638 100644 (file)
  */
 
 #include <folly/io/async/NotificationQueue.h>
-#include <folly/io/async/ScopedEventBaseThread.h>
 
-#include <folly/Baton.h>
-#include <folly/portability/GTest.h>
+#include <sys/types.h>
 
-#include <list>
 #include <iostream>
+#include <list>
 #include <thread>
-#include <sys/types.h>
+
+#include <folly/Baton.h>
+#include <folly/io/async/ScopedEventBaseThread.h>
+#include <folly/portability/GTest.h>
 
 #ifndef _WIN32
 #include <sys/wait.h>