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
Cr-Mirrored-From: sso://chromium.googlesource.com/_direct/external/github.com/llvm/llvm-project
Cr-Mirrored-Commit: f938755a331206f017eaa5e8ab6a122b162e8de3
diff --git a/benchmarks/function.bench.cpp b/benchmarks/function.bench.cpp
index 5cc3e71..7fabc93 100644
--- a/benchmarks/function.bench.cpp
+++ b/benchmarks/function.bench.cpp
@@ -11,7 +11,7 @@
#include <memory>
#include <string>
-#include "CartesianBenchmarks.hpp"
+#include "CartesianBenchmarks.h"
#include "benchmark/benchmark.h"
#include "test_macros.h"