diff options
author | Eric Fiselier <eric@efcs.ca> | 2015-08-18 21:08:54 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2015-08-18 21:08:54 +0000 |
commit | e8fd1645695e6920537731ae70b0ffb894df514c (patch) | |
tree | b6559abfd6eaa9d49e49d72a254b4e474a6d5a3b /libcxx/src/memory.cpp | |
parent | d568a3e20d8c3839a49a9575e53460ab351cece0 (diff) | |
download | bcm5719-llvm-e8fd1645695e6920537731ae70b0ffb894df514c.tar.gz bcm5719-llvm-e8fd1645695e6920537731ae70b0ffb894df514c.zip |
Move atomic_support.h and config_elast.h into src/include
llvm-svn: 245354
Diffstat (limited to 'libcxx/src/memory.cpp')
-rw-r--r-- | libcxx/src/memory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |