[llvm-commits] [llvm] r72201 - /llvm/trunk/include/llvm/System/Atomic.h

Owen Anderson resistor at mac.com
Wed May 20 17:48:18 PDT 2009


Author: resistor
Date: Wed May 20 19:48:13 2009
New Revision: 72201

URL: http://llvm.org/viewvc/llvm-project?rev=72201&view=rev
Log:
Use DataTypes.h instead of stdint.h.

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=72201&r1=72200&r2=72201&view=diff

==============================================================================
--- llvm/trunk/include/llvm/System/Atomic.h (original)
+++ llvm/trunk/include/llvm/System/Atomic.h Wed May 20 19:48:13 2009
@@ -14,7 +14,7 @@
 #ifndef LLVM_SYSTEM_ATOMIC_H
 #define LLVM_SYSTEM_ATOMIC_H
 
-#include <stdint.h>
+#include "llvm/Support/DataTypes.h"
 
 namespace llvm {
   namespace sys {





More information about the llvm-commits mailing list