diff options
author | Owen Anderson <resistor@mac.com> | 2009-05-15 06:49:31 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2009-05-15 06:49:31 +0000 |
commit | 8064c8b86d1b89a43e5537aba7a9b249c5aa24ab (patch) | |
tree | b08509f63fc676e8c0df413c71c30aeba03e2944 | |
parent | 427a6b666bce6069b0578ce75b63d80dc684b09d (diff) | |
download | external_llvm-8064c8b86d1b89a43e5537aba7a9b249c5aa24ab.zip external_llvm-8064c8b86d1b89a43e5537aba7a9b249c5aa24ab.tar.gz external_llvm-8064c8b86d1b89a43e5537aba7a9b249c5aa24ab.tar.bz2 |
(Hopefully) unbreak Apple-style builds.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71849 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/System/Atomic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/System/Atomic.h b/include/llvm/System/Atomic.h index 0017984..d062f99 100644 --- a/include/llvm/System/Atomic.h +++ b/include/llvm/System/Atomic.h @@ -14,7 +14,6 @@ #ifndef LLVM_SYSTEM_ATOMIC_H #define LLVM_SYSTEM_ATOMIC_H -#include "llvm/Config/config.h" #include <stdint.h> #if defined(__APPLE__) |