Remove inclusion of obstack.h src/incremen.c

This commit is contained in:
Sergey Poznyakoff
2005-01-18 01:11:05 +00:00
parent de772cad88
commit 18ee9a103a

View File

@@ -26,10 +26,6 @@
#include "common.h"
#define obstack_chunk_alloc xmalloc
#define obstack_chunk_free free
#include <obstack.h>
#include <fnmatch.h>
static bool xheader_protected_pattern_p (char const *pattern);