Sort #include lines
[folly.git] / folly / futures / test / InterruptTest.cpp
index 7e8f3298e407deb2c153d2a0aa637597e593db8d..7c51bb1e98af512a402bbb0ac5326c065bd62675 100644 (file)
@@ -14,9 +14,9 @@
  * limitations under the License.
  */
 
+#include <folly/Baton.h>
 #include <folly/futures/Future.h>
 #include <folly/futures/Promise.h>
-#include <folly/Baton.h>
 #include <folly/portability/GTest.h>
 
 using namespace folly;