Sort #include lines
[folly.git] / folly / gen / test / ParallelTest.cpp
index 36bc4c968471e7ba6ef2ccf414707b312c25ffef..b90202c64acc16100963858b9daf5172aa8507f1 100644 (file)
  * limitations under the License.
  */
 
-#include <glog/logging.h>
-
-#include <iostream>
 #include <array>
+#include <iostream>
 #include <vector>
 
+#include <glog/logging.h>
+
 #include <folly/gen/Base.h>
 #include <folly/gen/Parallel.h>
 #include <folly/portability/GTest.h>