Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / test / FingerprintTest.cpp
index 9dc729d5b790fc5b4e52ec3ac23d84b2aebf089e..a4cc9142b0842214acf153e0c830209e93629945 100644 (file)
  * limitations under the License.
  */
 
-#include "folly/Fingerprint.h"
+#include <folly/Fingerprint.h>
 
 #include <glog/logging.h>
 #include <gtest/gtest.h>
 
-#include "folly/detail/SlowFingerprint.h"
-#include "folly/Benchmark.h"
+#include <folly/detail/SlowFingerprint.h>
+#include <folly/Benchmark.h>
 
 using namespace folly;
 using namespace folly::detail;