Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / test / ScopeGuardTest.cpp
index 71044b815875a5b78ec104fd254f95e6c1bfefcf..285dd445955680fb14c47fbf8982c9641b81189d 100644 (file)
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#include "folly/ScopeGuard.h"
-#include "folly/Portability.h"
+#include <folly/ScopeGuard.h>
+#include <folly/Portability.h>
 
 #include <gflags/gflags.h>
 #include <gtest/gtest.h>