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/filesystem.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/filesystem.bench.cpp')
-rw-r--r-- | libcxx/benchmarks/filesystem.bench.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/benchmarks/filesystem.bench.cpp b/libcxx/benchmarks/filesystem.bench.cpp index 4c464442d91..64314ac5ab0 100644 --- a/libcxx/benchmarks/filesystem.bench.cpp +++ b/libcxx/benchmarks/filesystem.bench.cpp @@ -1,5 +1,5 @@ #include "benchmark/benchmark.h" -#include "GenerateInput.hpp" +#include "GenerateInput.h" #include "test_iterators.h" #include "filesystem_include.h" |