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

tools/lli/RemoteTarget.cpp

index 2ab098b2ef0b4a0fed12805ef56d82fdc58e49cd..918f1572e3f2b0245c6964e2c07a0e7e844d6de7 100644 (file)
@@ -14,8 +14,8 @@
 
 #include "RemoteTarget.h"
 #include <llvm/ADT/StringRef.h>
+#include <llvm/Support/DataTypes.h>
 #include <llvm/Support/Memory.h>
-#include <stdint.h>
 #include <stdlib.h>
 #include <string>
 using namespace llvm;