Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / Checksum.cpp
index ba32d687a49293d54bdace1ab4a5a1e0f10cd3f8..3882a6e8c13f28951aaa7b728ecc3c30410ace59 100644 (file)
  * limitations under the License.
  */
 
-#include "folly/Checksum.h"
+#include <folly/Checksum.h>
 #include <algorithm>
 #include <stdexcept>
 #include <boost/crc.hpp>
-#include "folly/CpuId.h"
+#include <folly/CpuId.h>
 
 namespace folly {