summaryrefslogtreecommitdiffstats
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
commite07b1bbaae55cc12c5a79017159615c4fd9f622e (patch)
tree96ec53f750b1f27951c1a2141615bcc81ed4b3ab
parentb7a50ecdb660cd4000872281341039d1a1977268 (diff)
downloadbcm5719-llvm-e07b1bbaae55cc12c5a79017159615c4fd9f622e.tar.gz
bcm5719-llvm-e07b1bbaae55cc12c5a79017159615c4fd9f622e.zip
Don't include stdint.h directly.
llvm-svn: 163276
-rw-r--r--llvm/tools/lli/RemoteTarget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/lli/RemoteTarget.h b/llvm/tools/lli/RemoteTarget.h
index f4dcf42ebef..c5845266d6d 100644
--- a/llvm/tools/lli/RemoteTarget.h
+++ b/llvm/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>
OpenPOWER on IntegriCloud