Tidy some include usage + dependencies
authorRichard Henderson <rth@redhat.com>
Tue, 24 Jul 2012 17:31:01 +0000 (10:31 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 24 Jul 2012 17:31:01 +0000 (10:31 -0700)
commit723cd7abc6c94d4fa8cc4e1428f79e7861c5d99a
tree20ebfce4079d96a99e5aad4fee912e974033e1fa
parent2225b9f2982775c7d89fcd7d04adbe4722ba59c3
Tidy some include usage + dependencies

The dwarf2out.c and lto-streamer-in.c files didn't need
libfuncs.h in the first place.  The libfuncs.h file will
grow a use of an optab enumeration and thus will require
including optabs.h.

        * libfuncs.h: Include optabs.h.
        * dwarf2out.c, lto-streamer.in.c: Don't include libfuncs.h.
        * Makefile.in (LIBFUNCS_H): Add OPTABS_H.
        (lto-streamer-in.o, dwarf2out.o): Update deps.

From-SVN: r189817
gcc/ChangeLog
gcc/Makefile.in
gcc/dwarf2out.c
gcc/libfuncs.h
gcc/lto-streamer-in.c