From e8fd1645695e6920537731ae70b0ffb894df514c Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Tue, 18 Aug 2015 21:08:54 +0000 Subject: Move atomic_support.h and config_elast.h into src/include llvm-svn: 245354 --- libcxx/src/memory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcxx/src/memory.cpp') diff --git a/libcxx/src/memory.cpp b/libcxx/src/memory.cpp index 66fb143c6a6..369f97ffbb5 100644 --- a/libcxx/src/memory.cpp +++ b/libcxx/src/memory.cpp @@ -13,7 +13,7 @@ #include "mutex" #include "thread" #endif -#include "support/atomic_support.h" +#include "include/atomic_support.h" _LIBCPP_BEGIN_NAMESPACE_STD -- cgit v1.2.3