summaryrefslogtreecommitdiff
path: root/tools/lli/RemoteTarget.h
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2012-09-06 00:12:55 +0000
committerEli Friedman <eli.friedman@gmail.com>2012-09-06 00:12:55 +0000
commit30eac71f3b16e068d5ae38668a5219b988db07ae (patch)
tree7e760a8c32eca758da3f2f117bf26ea9594acfd3 /tools/lli/RemoteTarget.h
parentf632d80e0c83248909b2dbbe2decef7de84718f9 (diff)
downloadllvm-30eac71f3b16e068d5ae38668a5219b988db07ae.tar.gz
llvm-30eac71f3b16e068d5ae38668a5219b988db07ae.tar.bz2
llvm-30eac71f3b16e068d5ae38668a5219b988db07ae.tar.xz
Don't include stdint.h directly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163276 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/lli/RemoteTarget.h')
-rw-r--r--tools/lli/RemoteTarget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lli/RemoteTarget.h b/tools/lli/RemoteTarget.h
index f4dcf42ebe..c5845266d6 100644
--- a/tools/lli/RemoteTarget.h
+++ b/tools/lli/RemoteTarget.h
@@ -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>