Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / test / BitIteratorTest.cpp
index 965d906923b5b97b2023ccffacb2e43abcaf809e..478cd6a84505ccb424f9a33ea369892293af2911 100644 (file)
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#include "folly/Bits.h"
-#include "folly/Benchmark.h"
+#include <folly/Bits.h>
+#include <folly/Benchmark.h>
 
 #include <algorithm>
 #include <type_traits>