aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/APInt.cpp
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2022-10-23 12:40:13 +0100
committerSimon Pilgrim <llvm-dev@redking.me.uk>2022-10-23 12:44:20 +0100
commite35d50b7f2938a274ec591c3ba34fcffd3613f11 (patch)
treec2cc9cce065beb93ade8674b33996e7e8ccf4353 /llvm/lib/Support/APInt.cpp
parent6e920e8881f0a55fbe135fe079c642507d3364b2 (diff)
downloadllvm-e35d50b7f2938a274ec591c3ba34fcffd3613f11.zip
llvm-e35d50b7f2938a274ec591c3ba34fcffd3613f11.tar.gz
llvm-e35d50b7f2938a274ec591c3ba34fcffd3613f11.tar.bz2
[ADT] APInt.cpp - remove <cstring> duplicate. NFC.
This is already included in APInt.h
Diffstat (limited to 'llvm/lib/Support/APInt.cpp')
-rw-r--r--llvm/lib/Support/APInt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/APInt.cpp b/llvm/lib/Support/APInt.cpp
index f74178b..399b96c 100644
--- a/llvm/lib/Support/APInt.cpp
+++ b/llvm/lib/Support/APInt.cpp
@@ -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"