Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / test / FutexTest.cpp
index 537914cbd764e13e9a7b80da1e49c2cfc8b2feab..2669a3b9661e1f20b6036b2d254770a734ce333b 100644 (file)
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#include "folly/detail/Futex.h"
-#include "folly/test/DeterministicSchedule.h"
+#include <folly/detail/Futex.h>
+#include <folly/test/DeterministicSchedule.h>
 
 #include <chrono>
 #include <thread>