Tidy some include usage + dependencies
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 24 Jul 2012 17:31:01 +0000 (17:31 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 24 Jul 2012 17:31:01 +0000 (17:31 +0000)
commit8b1bf73dffe1d77872c788b80e54dbf3f3416596
tree20ebfce4079d96a99e5aad4fee912e974033e1fa
parent6cdd383ad344227754c65ef8d731802197890a82
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@189817 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/dwarf2out.c
gcc/libfuncs.h
gcc/lto-streamer-in.c