aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-streamer-in.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2012-07-24 10:31:01 -0700
committerRichard Henderson <rth@gcc.gnu.org>2012-07-24 10:31:01 -0700
commit723cd7abc6c94d4fa8cc4e1428f79e7861c5d99a (patch)
tree20ebfce4079d96a99e5aad4fee912e974033e1fa /gcc/lto-streamer-in.c
parent2225b9f2982775c7d89fcd7d04adbe4722ba59c3 (diff)
downloadgcc-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/lto-streamer-in.c')
-rw-r--r--gcc/lto-streamer-in.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/lto-streamer-in.c b/gcc/lto-streamer-in.c
index c7257d9..b9893a1 100644
--- a/gcc/lto-streamer-in.c
+++ b/gcc/lto-streamer-in.c
@@ -38,7 +38,6 @@ along with GCC; see the file COPYING3. If not see
#include "function.h"
#include "ggc.h"
#include "diagnostic.h"
-#include "libfuncs.h"
#include "except.h"
#include "debug.h"
#include "vec.h"