diff options
author | Nico Weber <nicolasweber@gmx.de> | 2019-08-21 01:59:12 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2019-08-21 01:59:12 +0000 |
commit | f938755a331206f017eaa5e8ab6a122b162e8de3 (patch) | |
tree | 17d28a4e4f5cda6b4e6720166f5872ca255dd4d2 /libcxx/benchmarks/algorithms.partition_point.bench.cpp | |
parent | 8d18384809957cc923752e10a86adab129e3df48 (diff) | |
download | bcm5719-llvm-f938755a331206f017eaa5e8ab6a122b162e8de3.tar.gz bcm5719-llvm-f938755a331206f017eaa5e8ab6a122b162e8de3.zip |
libcxx: Rename .hpp files in libcxx/benchmarks to .h
LLVM uses .h as its extension for header files.
Differential Revision: https://reviews.llvm.org/D66509
llvm-svn: 369487
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 { |