diff options
author | Andrew MacLeod <amacleod@redhat.com> | 2014-10-17 13:21:52 +0000 |
---|---|---|
committer | Andrew Macleod <amacleod@gcc.gnu.org> | 2014-10-17 13:21:52 +0000 |
commit | 3bb2b4cdacbcbf1d805a1085b54d2907958dc713 (patch) | |
tree | 104247cf16734b0a3dba1350c53259d4a4e93d94 /gcc/gcc-plugin.h | |
parent | bf584ca0afc6b5d334bd4f8dc39ee7aec355815c (diff) | |
download | gcc-3bb2b4cdacbcbf1d805a1085b54d2907958dc713.zip gcc-3bb2b4cdacbcbf1d805a1085b54d2907958dc713.tar.gz gcc-3bb2b4cdacbcbf1d805a1085b54d2907958dc713.tar.bz2 |
gcc-plugin.h: Add tm.h and flattened includes from function.h.
2014-10-17 Andrew MacLeod <amacleod@redhat.com>
* gcc-plugin.h: Add tm.h and flattened includes from function.h.
* testsuite/g++.dg/plugin/pragma_plugin.c: Revert flattening, only
include function.h.
From-SVN: r216402
Diffstat (limited to 'gcc/gcc-plugin.h')
-rw-r--r-- | gcc/gcc-plugin.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/gcc-plugin.h b/gcc/gcc-plugin.h index 035b50b..7b019ad 100644 --- a/gcc/gcc-plugin.h +++ b/gcc/gcc-plugin.h @@ -28,7 +28,13 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "highlev-plugin-common.h" +#include "tm.h" #include "hashtab.h" +#include "hash-set.h" +#include "vec.h" +#include "machmode.h" +#include "hard-reg-set.h" +#include "input.h" /* Event names. */ enum plugin_event |