[llvm-commits] [llvm] r71849 -	/llvm/trunk/include/llvm/System/Atomic.h
    Owen Anderson 
    resistor at mac.com
       
    Thu May 14 23:49:31 PDT 2009
    
    
  
Author: resistor
Date: Fri May 15 01:49:31 2009
New Revision: 71849
URL: http://llvm.org/viewvc/llvm-project?rev=71849&view=rev
Log:
(Hopefully) unbreak Apple-style builds.
Modified:
    llvm/trunk/include/llvm/System/Atomic.h
Modified: llvm/trunk/include/llvm/System/Atomic.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/System/Atomic.h?rev=71849&r1=71848&r2=71849&view=diff
==============================================================================
--- llvm/trunk/include/llvm/System/Atomic.h (original)
+++ llvm/trunk/include/llvm/System/Atomic.h Fri May 15 01:49:31 2009
@@ -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__)
    
    
More information about the llvm-commits
mailing list