From 18ee9a103a57ff3bf01e7d35772538d2c7ac5dd5 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 18 Jan 2005 01:11:05 +0000 Subject: [PATCH] Remove inclusion of obstack.h src/incremen.c --- src/xheader.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/xheader.c b/src/xheader.c index 1ad6be8..64b2d7a 100644 --- a/src/xheader.c +++ b/src/xheader.c @@ -26,10 +26,6 @@ #include "common.h" -#define obstack_chunk_alloc xmalloc -#define obstack_chunk_free free -#include - #include static bool xheader_protected_pattern_p (char const *pattern); -- 2.44.0