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

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@369487 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Nico Weber
2019-08-21 01:59:12 +00:00
parent 2d8b51bed3
commit 630780b320
13 changed files with 25 additions and 25 deletions

View File

@@ -11,7 +11,7 @@
#include <memory>
#include <string>
#include "CartesianBenchmarks.hpp"
#include "CartesianBenchmarks.h"
#include "benchmark/benchmark.h"
#include "test_macros.h"