Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2019-08-12 22:11:23 +0300
committerNico Weber <nicolasweber@gmx.de>2019-08-12 22:11:23 +0300
commit086048df04f7fa44ba0bcb057260bffc746879fc (patch)
treeb21fd34d9df3b7b594e501b10d582d76fa4c9293 /libcxxabi/src/cxa_default_handlers.cpp
parentc3b93bed2992f4f25c04daff962e0ee802acc438 (diff)
libcxxabi: Rename .hpp files to .h
LLVM uses .h as its extension for header files. Differential Revision: https://reviews.llvm.org/D65981 llvm-svn: 368604
Diffstat (limited to 'libcxxabi/src/cxa_default_handlers.cpp')
-rw-r--r--libcxxabi/src/cxa_default_handlers.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxxabi/src/cxa_default_handlers.cpp b/libcxxabi/src/cxa_default_handlers.cpp
index 8cacb35ee107..91a63f537662 100644
--- a/libcxxabi/src/cxa_default_handlers.cpp
+++ b/libcxxabi/src/cxa_default_handlers.cpp
@@ -14,8 +14,8 @@
#include <cstdlib>
#include "abort_message.h"
#include "cxxabi.h"
-#include "cxa_handlers.hpp"
-#include "cxa_exception.hpp"
+#include "cxa_handlers.h"
+#include "cxa_exception.h"
#include "private_typeinfo.h"
#include "include/atomic_support.h"