X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Ftree-complex.c;h=f1ef1770939a6f1cd0510b4888b2070024f084f7;hb=14b0a971b0e51e4bff07ec1191d481677857a503;hp=ea0a651bfea54dcb566477a663599e69fd9ec3b8;hpb=7b76dcb9d8a0a1542d23bde7d2b241983f928c6e;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/tree-complex.c b/gcc/tree-complex.c index ea0a651bfea..f1ef1770939 100644 --- a/gcc/tree-complex.c +++ b/gcc/tree-complex.c @@ -1,5 +1,5 @@ /* Lower complex number operations to scalar operations. - Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 + Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GCC. @@ -23,8 +23,6 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.h" #include "tree.h" -#include "rtl.h" -#include "real.h" #include "flags.h" #include "tree-flow.h" #include "gimple.h"