libcxx: Rename last two .hpp files in libcxx to .h

Differential Revision: https://reviews.llvm.org/D66544

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@369597 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Nico Weber
2019-08-21 22:38:38 +00:00
parent 2b0de5a74d
commit 4ef3309d94
10 changed files with 13 additions and 13 deletions

View File

@@ -15,7 +15,7 @@
#include <cassert>
#include "test_macros.h"
#include "pointer_comparison_test_helper.hpp"
#include "pointer_comparison_test_helper.h"
int main(int, char**)
{