fix build when sanitizers are enabled and jemalloc is disabled
[folly.git] / folly / test / BatonTest.cpp
index 74b717984686f88d8bf83b31ac50f4cb42f68bd9..ded7fb50e449cb3e87919de74d884c3014c8f537 100644 (file)
  */
 
 #include <folly/Baton.h>
-#include <folly/test/BatonTestHelpers.h>
-#include <folly/test/DeterministicSchedule.h>
-#include <folly/portability/GTest.h>
 
 #include <thread>
 
+#include <folly/portability/GTest.h>
+#include <folly/test/BatonTestHelpers.h>
+#include <folly/test/DeterministicSchedule.h>
+
 using namespace folly;
 using namespace folly::test;
 using folly::detail::EmulatedFutexAtomic;