From: Sergey Poznyakoff Date: Tue, 18 Jan 2005 01:11:05 +0000 (+0000) Subject: Remove inclusion of obstack.h src/incremen.c X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;ds=sidebyside;h=18ee9a103a57ff3bf01e7d35772538d2c7ac5dd5;p=chaz%2Ftar Remove inclusion of obstack.h src/incremen.c --- 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);