diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2012-09-06 00:12:55 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2012-09-06 00:12:55 +0000 |
commit | 30eac71f3b16e068d5ae38668a5219b988db07ae (patch) | |
tree | 7e760a8c32eca758da3f2f117bf26ea9594acfd3 /tools | |
parent | f632d80e0c83248909b2dbbe2decef7de84718f9 (diff) | |
download | external_llvm-30eac71f3b16e068d5ae38668a5219b988db07ae.zip external_llvm-30eac71f3b16e068d5ae38668a5219b988db07ae.tar.gz external_llvm-30eac71f3b16e068d5ae38668a5219b988db07ae.tar.bz2 |
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')
-rw-r--r-- | tools/lli/RemoteTarget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lli/RemoteTarget.h b/tools/lli/RemoteTarget.h index f4dcf42..c584526 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> |