Don't include stdint.h directly.
authorEli Friedman <eli.friedman@gmail.com>
Thu, 6 Sep 2012 00:12:55 +0000 (00:12 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Thu, 6 Sep 2012 00:12:55 +0000 (00:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163276 91177308-0d34-0410-b5e6-96231b3b80d8

tools/lli/RemoteTarget.h

index f4dcf42ebef17980a2aae061e0856908aaddae9b..c5845266d6dcabbc5dea75f3a37c1a8993771579 100644 (file)
@@ -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>