diff options
author | Richard Henderson <rth@redhat.com> | 2012-07-24 10:31:01 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2012-07-24 10:31:01 -0700 |
commit | 723cd7abc6c94d4fa8cc4e1428f79e7861c5d99a (patch) | |
tree | 20ebfce4079d96a99e5aad4fee912e974033e1fa /gcc/dwarf2out.c | |
parent | 2225b9f2982775c7d89fcd7d04adbe4722ba59c3 (diff) | |
download | gcc-723cd7abc6c94d4fa8cc4e1428f79e7861c5d99a.zip gcc-723cd7abc6c94d4fa8cc4e1428f79e7861c5d99a.tar.gz gcc-723cd7abc6c94d4fa8cc4e1428f79e7861c5d99a.tar.bz2 |
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
Diffstat (limited to 'gcc/dwarf2out.c')
-rw-r--r-- | gcc/dwarf2out.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index e36a15d..4b67d82 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -72,7 +72,6 @@ along with GCC; see the file COPYING3. If not see #include "function.h" #include "output.h" #include "expr.h" -#include "libfuncs.h" #include "except.h" #include "dwarf2.h" #include "dwarf2out.h" |