remove redundant include
authorChris Lattner <sabre@nondot.org>
Thu, 21 Aug 2008 06:41:07 +0000 (06:41 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 21 Aug 2008 06:41:07 +0000 (06:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55116 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ADT/APInt.h

index c6256ae8462a4c0ef428807c114e57ce7e337d96..25505c836e4094b6a1fb9c5fe40b610351fb6362 100644 (file)
@@ -21,7 +21,6 @@
 #include <cstring>
 #include <iosfwd>
 #include <string>
-#include <cstring>
 
 namespace llvm {
   class Serializer;