From 244953850033a9f9a01085a7cf1e3c83829f7b73 Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Wed, 25 Jan 2012 18:50:55 +0000 Subject: [PATCH] Restricted headers to cxa_guard.cpp and abort_messsage.h, and added a comment regarding reentrancy brought up by John McCall. Thanks John. llvm-svn: 148963 --- libcxxabi/src/abort_message.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxxabi/src/abort_message.h b/libcxxabi/src/abort_message.h index ca681aa13a78..26caecd8e79f 100644 --- a/libcxxabi/src/abort_message.h +++ b/libcxxabi/src/abort_message.h @@ -10,7 +10,7 @@ #ifndef __ABORT_MESSAGE_H_ #define __ABORT_MESSAGE_H_ -#include "cxxabi.h" +#include #ifdef __cplusplus extern "C" {