From 55767f69c5f925373b7901b180202a3d816a0eef Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 21 Aug 2008 06:41:07 +0000 Subject: [PATCH] remove redundant include git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55116 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/ADT/APInt.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/llvm/ADT/APInt.h b/include/llvm/ADT/APInt.h index c6256ae8462..25505c836e4 100644 --- a/include/llvm/ADT/APInt.h +++ b/include/llvm/ADT/APInt.h @@ -21,7 +21,6 @@ #include #include #include -#include namespace llvm { class Serializer; -- 2.34.1