Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / experimental / symbolizer / test / SignalHandlerTest.cpp
index 3fbb52a3fc76531d66655c710928690fb86d171b..62ebf1e73a63d853f08e665cd775d6f993a9927b 100644 (file)
  * limitations under the License.
  */
 
-#include "folly/experimental/symbolizer/test/SignalHandlerTest.h"
-#include "folly/experimental/symbolizer/SignalHandler.h"
+#include <folly/experimental/symbolizer/test/SignalHandlerTest.h>
+#include <folly/experimental/symbolizer/SignalHandler.h>
 
 #include <gtest/gtest.h>
 
-#include "folly/FileUtil.h"
-#include "folly/Range.h"
-#include "folly/CPortability.h"
+#include <folly/FileUtil.h>
+#include <folly/Range.h>
+#include <folly/CPortability.h>
 
 namespace folly { namespace symbolizer { namespace test {