Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / test / ExceptionWrapperBenchmark.cpp
index 31e28f630a6537a5ae1e58a2b6816b0e035120c8..ba412fe5120e4d8788ff40461faf2f092267381a 100644 (file)
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-#include "folly/ExceptionWrapper.h"
+#include <folly/ExceptionWrapper.h>
 
 #include <gflags/gflags.h>
 #include <atomic>
@@ -22,7 +22,7 @@
 #include <stdexcept>
 #include <thread>
 
-#include "folly/Benchmark.h"
+#include <folly/Benchmark.h>
 
 DEFINE_int32(num_threads, 32, "Number of threads to run concurrency "
                               "benchmarks");