summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/APInt.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-08-21 06:41:07 +0000
committerChris Lattner <sabre@nondot.org>2008-08-21 06:41:07 +0000
commit55767f69c5f925373b7901b180202a3d816a0eef (patch)
tree52685ba9c844d715cfcb0e7cf014f92e46e59cb4 /include/llvm/ADT/APInt.h
parentaac0513ed08f7fd5279912b76d5a1e7cd3e96119 (diff)
downloadllvm-55767f69c5f925373b7901b180202a3d816a0eef.tar.gz
llvm-55767f69c5f925373b7901b180202a3d816a0eef.tar.bz2
llvm-55767f69c5f925373b7901b180202a3d816a0eef.tar.xz
remove redundant include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55116 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/ADT/APInt.h')
-rw-r--r--include/llvm/ADT/APInt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/ADT/APInt.h b/include/llvm/ADT/APInt.h
index c6256ae846..25505c836e 100644
--- a/include/llvm/ADT/APInt.h
+++ b/include/llvm/ADT/APInt.h
@@ -21,7 +21,6 @@
#include <cstring>
#include <iosfwd>
#include <string>
-#include <cstring>
namespace llvm {
class Serializer;