From: Chris Lattner Date: Thu, 21 Aug 2008 06:41:07 +0000 (+0000) Subject: remove redundant include X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=55767f69c5f925373b7901b180202a3d816a0eef;p=oota-llvm.git remove redundant include git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55116 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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;