diff options
author | Chris Lattner <sabre@nondot.org> | 2008-08-21 06:41:07 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-08-21 06:41:07 +0000 |
commit | 4eee8bfa623f258cd42eb6cada5366ee8245e14a (patch) | |
tree | 2133363094a96e814d318bcd22c84ef00553e8fc | |
parent | 82dfc118cc5e591d2b425702af6cb8bbb4a013ef (diff) | |
download | bcm5719-llvm-4eee8bfa623f258cd42eb6cada5366ee8245e14a.tar.gz bcm5719-llvm-4eee8bfa623f258cd42eb6cada5366ee8245e14a.zip |
remove redundant include
llvm-svn: 55116
-rw-r--r-- | llvm/include/llvm/ADT/APInt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/include/llvm/ADT/APInt.h b/llvm/include/llvm/ADT/APInt.h index c6256ae8462..25505c836e4 100644 --- a/llvm/include/llvm/ADT/APInt.h +++ b/llvm/include/llvm/ADT/APInt.h @@ -21,7 +21,6 @@ #include <cstring> #include <iosfwd> #include <string> -#include <cstring> namespace llvm { class Serializer; |