diff options
Diffstat (limited to 'gcc/integrate.c')
-rw-r--r-- | gcc/integrate.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/integrate.c b/gcc/integrate.c index 253d25414eb..8d23ae9d754 100644 --- a/gcc/integrate.c +++ b/gcc/integrate.c @@ -45,10 +45,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "target.h" #include "langhooks.h" -#include "obstack.h" - -extern struct obstack *function_maybepermanent_obstack; - /* Similar, but round to the next highest integer that meets the alignment. */ #define CEIL_ROUND(VALUE,ALIGN) (((VALUE) + (ALIGN) - 1) & ~((ALIGN)- 1)) |