diff options
Diffstat (limited to 'gcc/langhooks.c')
-rw-r--r-- | gcc/langhooks.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/langhooks.c b/gcc/langhooks.c index 4bdeaa066f8..2461fc5f668 100644 --- a/gcc/langhooks.c +++ b/gcc/langhooks.c @@ -37,6 +37,17 @@ along with GCC; see the file COPYING3. If not see #include "langhooks-def.h" #include "diagnostic.h" #include "tree-diagnostic.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "vec.h" +#include "hashtab.h" +#include "hash-set.h" +#include "machmode.h" +#include "hard-reg-set.h" +#include "input.h" +#include "function.h" +#include "ipa-ref.h" #include "cgraph.h" #include "timevar.h" #include "output.h" |