Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / io / test / RecordIOTest.cpp
index 2ffbb976510e64324340d7ad66f4da68d92d322c..f4d20bad758d3e40985e571e19e41967436c81e0 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/io/RecordIO.h"
+#include <folly/io/RecordIO.h>
 
 #include <sys/types.h>
 #include <unistd.h>
 #include <glog/logging.h>
 #include <gtest/gtest.h>
 
-#include "folly/Conv.h"
-#include "folly/FBString.h"
-#include "folly/Random.h"
-#include "folly/experimental/TestUtil.h"
-#include "folly/io/IOBufQueue.h"
+#include <folly/Conv.h>
+#include <folly/FBString.h>
+#include <folly/Random.h>
+#include <folly/experimental/TestUtil.h>
+#include <folly/io/IOBufQueue.h>
 
 DEFINE_int32(random_seed, folly::randomNumberSeed(), "random seed");