Sort #include lines
[folly.git] / folly / test / LazyTest.cpp
index 5fe9c80860b7e8482168509620dff9d4a849850c..b11dc11ee17667881dc675a2206ca9899699e539 100644 (file)
@@ -15,9 +15,9 @@
  */
 #include <folly/Lazy.h>
 
-#include <map>
 #include <functional>
 #include <iostream>
+#include <map>
 
 #include <folly/portability/GTest.h>