[ADT] APInt.cpp - remove <cstring> duplicate. NFC.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 23 Oct 2022 11:40:13 +0000 (12:40 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 23 Oct 2022 11:44:20 +0000 (12:44 +0100)
This is already included in APInt.h

llvm/lib/Support/APInt.cpp

index f74178b..399b96c 100644 (file)
@@ -25,7 +25,7 @@
 #include "llvm/Support/MathExtras.h"
 #include "llvm/Support/raw_ostream.h"
 #include <cmath>
-#include <cstring>
+
 using namespace llvm;
 
 #define DEBUG_TYPE "apint"