commit | e8fd1645695e6920537731ae70b0ffb894df514c | [log] [tgz] |
---|---|---|
author | Eric Fiselier <[email protected]> | Tue Aug 18 21:08:54 2015 |
committer | Eric Fiselier <[email protected]> | Tue Aug 18 21:08:54 2015 |
tree | b6559abfd6eaa9d49e49d72a254b4e474a6d5a3b | |
parent | d568a3e20d8c3839a49a9575e53460ab351cece0 [diff] [blame] |
Move atomic_support.h and config_elast.h into src/include llvm-svn: 245354
diff --git a/libcxx/src/memory.cpp b/libcxx/src/memory.cpp index 66fb143..369f97f 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