(Hopefully) unbreak Apple-style builds.
authorOwen Anderson <resistor@mac.com>
Fri, 15 May 2009 06:49:31 +0000 (06:49 +0000)
committerOwen Anderson <resistor@mac.com>
Fri, 15 May 2009 06:49:31 +0000 (06:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71849 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/System/Atomic.h

index 00179844e5b28107397e6b3acedf81bee38b56f1..d062f995c98500d14f97dbde5663e461e183be61 100644 (file)
@@ -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__)