projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f632d80
)
Don't include stdint.h directly.
author
Eli Friedman
<eli.friedman@gmail.com>
Thu, 6 Sep 2012 00:12:55 +0000
(
00:12
+0000)
committer
Eli 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
patch
|
blob
|
history
diff --git
a/tools/lli/RemoteTarget.h
b/tools/lli/RemoteTarget.h
index f4dcf42ebef17980a2aae061e0856908aaddae9b..c5845266d6dcabbc5dea75f3a37c1a8993771579 100644
(file)
--- 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>