aboutsummaryrefslogtreecommitdiff
path: root/gcc/libfuncs.h
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/libfuncs.h
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/libfuncs.h')
-rw-r--r--gcc/libfuncs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/libfuncs.h b/gcc/libfuncs.h
index b01aed3..bac4918 100644
--- a/gcc/libfuncs.h
+++ b/gcc/libfuncs.h
@@ -21,6 +21,7 @@ along with GCC; see the file COPYING3. If not see
#define GCC_LIBFUNCS_H
#include "hashtab.h"
+#include "optabs.h"
/* Enumeration of indexes into libfunc_table. */
enum libfunc_index