X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Flto-compress.c;h=39592433cff197376bcf1342558ea31ecad7a5e0;hb=b75cad1f01aff79f08d82d2da6e34a44fb2a1338;hp=8849d57c8145e1a5be38a467d4451f2077284750;hpb=34408c5c1ed8c7117451ceefb94288d8ca2df396;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/lto-compress.c b/gcc/lto-compress.c index 8849d57c814..39592433cff 100644 --- a/gcc/lto-compress.c +++ b/gcc/lto-compress.c @@ -1,6 +1,6 @@ /* LTO IL compression streams. - Copyright 2009 Free Software Foundation, Inc. + Copyright 2009, 2010 Free Software Foundation, Inc. Contributed by Simon Baldwin This file is part of GCC. @@ -28,8 +28,7 @@ along with GCC; see the file COPYING3. If not see #include #include "coretypes.h" #include "tree.h" -#include "diagnostic.h" -#include "toplev.h" +#include "diagnostic-core.h" #include "langhooks.h" #include "lto-streamer.h" #include "lto-compress.h"