[llvm-commits] [llvm] r163276 - /llvm/trunk/tools/lli/RemoteTarget.h

Eli Friedman eli.friedman at gmail.com
Wed Sep 5 17:12:55 PDT 2012


Author: efriedma
Date: Wed Sep  5 19:12:55 2012
New Revision: 163276

URL: http://llvm.org/viewvc/llvm-project?rev=163276&view=rev
Log:
Don't include stdint.h directly.


Modified:
    llvm/trunk/tools/lli/RemoteTarget.h

Modified: llvm/trunk/tools/lli/RemoteTarget.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/lli/RemoteTarget.h?rev=163276&r1=163275&r2=163276&view=diff
==============================================================================
--- llvm/trunk/tools/lli/RemoteTarget.h (original)
+++ llvm/trunk/tools/lli/RemoteTarget.h Wed Sep  5 19:12:55 2012
@@ -17,8 +17,8 @@
 
 #include <llvm/ADT/StringRef.h>
 #include <llvm/ADT/SmallVector.h>
+#include <llvm/Support/DataTypes.h>
 #include <llvm/Support/Memory.h>
-#include <stdint.h>
 #include <stdlib.h>
 #include <string>
 





More information about the llvm-commits mailing list