diff options
Diffstat (limited to 'libcxx/benchmarks/vector_operations.bench.cpp')
-rw-r--r-- | libcxx/benchmarks/vector_operations.bench.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/benchmarks/vector_operations.bench.cpp b/libcxx/benchmarks/vector_operations.bench.cpp index c41259eaac3..70a317df9fb 100644 --- a/libcxx/benchmarks/vector_operations.bench.cpp +++ b/libcxx/benchmarks/vector_operations.bench.cpp @@ -6,8 +6,8 @@ #include "benchmark/benchmark.h" -#include "ContainerBenchmarks.hpp" -#include "GenerateInput.hpp" +#include "ContainerBenchmarks.h" +#include "GenerateInput.h" using namespace ContainerBenchmarks; |