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