diff options
Diffstat (limited to 'llvm')
-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; |