diff options
Diffstat (limited to 'libcxx/benchmarks/algorithms.partition_point.bench.cpp')
-rw-r--r-- | libcxx/benchmarks/algorithms.partition_point.bench.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/benchmarks/algorithms.partition_point.bench.cpp b/libcxx/benchmarks/algorithms.partition_point.bench.cpp index 00a3bb27267..840cf0391ee 100644 --- a/libcxx/benchmarks/algorithms.partition_point.bench.cpp +++ b/libcxx/benchmarks/algorithms.partition_point.bench.cpp @@ -7,8 +7,8 @@ #include "benchmark/benchmark.h" -#include "CartesianBenchmarks.hpp" -#include "GenerateInput.hpp" +#include "CartesianBenchmarks.h" +#include "GenerateInput.h" namespace { |