diff options
Diffstat (limited to 'libcc1')
-rw-r--r-- | libcc1/plugin.cc | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/libcc1/plugin.cc b/libcc1/plugin.cc index 7b5df1d24fa..7e011999aa5 100644 --- a/libcc1/plugin.cc +++ b/libcc1/plugin.cc @@ -37,8 +37,18 @@ #include "stringpool.h" #include "gcc-interface.h" -#include "tree-core.h" +#include "hash-set.h" +#include "machmode.h" +#include "vec.h" +#include "double-int.h" +#include "input.h" +#include "alias.h" +#include "symtab.h" +#include "options.h" #include "wide-int.h" +#include "inchash.h" +#include "tree.h" +#include "fold-const.h" #include "stor-layout.h" #include "c-tree.h" #include "toplev.h" |