Sort #include lines
[folly.git] / folly / futures / test / ExecutorTest.cpp
index d21f1079ce2d800df95bd35b9d71fc6834bafc9d..d4b24e0974cf567cb838d9620494ce3efac2232c 100644 (file)
  * limitations under the License.
  */
 
+#include <folly/Baton.h>
 #include <folly/futures/Future.h>
 #include <folly/futures/InlineExecutor.h>
 #include <folly/futures/ManualExecutor.h>
 #include <folly/futures/QueuedImmediateExecutor.h>
-#include <folly/Baton.h>
 #include <folly/portability/GTest.h>
 
 using namespace folly;