Sort #include lines
[folly.git] / folly / gen / test / CombineTest.cpp
index 42c904051cb88ee073e1e5f5c2601a1d5099e399..da21cdcb886ff1f88e1bc2943a69fa4b5c6d2093 100644 (file)
  * limitations under the License.
  */
 #include <string>
-#include <vector>
 #include <tuple>
+#include <vector>
 
-#include <folly/Range.h>
 #include <folly/FBVector.h>
+#include <folly/Range.h>
 #include <folly/gen/Base.h>
 #include <folly/gen/Combine.h>
 #include <folly/portability/GTest.h>