aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc-plugin.h
diff options
context:
space:
mode:
authorAndrew MacLeod <amacleod@redhat.com>2014-10-17 13:21:52 +0000
committerAndrew Macleod <amacleod@gcc.gnu.org>2014-10-17 13:21:52 +0000
commit3bb2b4cdacbcbf1d805a1085b54d2907958dc713 (patch)
tree104247cf16734b0a3dba1350c53259d4a4e93d94 /gcc/gcc-plugin.h
parentbf584ca0afc6b5d334bd4f8dc39ee7aec355815c (diff)
downloadgcc-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.h6
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