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 | e07b1bbaae55cc12c5a79017159615c4fd9f622e (patch) | |
| tree | 96ec53f750b1f27951c1a2141615bcc81ed4b3ab | |
| parent | b7a50ecdb660cd4000872281341039d1a1977268 (diff) | |
| download | bcm5719-llvm-e07b1bbaae55cc12c5a79017159615c4fd9f622e.tar.gz bcm5719-llvm-e07b1bbaae55cc12c5a79017159615c4fd9f622e.zip  | |
Don't include stdint.h directly.
llvm-svn: 163276
| -rw-r--r-- | llvm/tools/lli/RemoteTarget.h | 2 | 
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>  | 

