Browse Source

Remove inclusion of obstack.h src/incremen.c

Sergey Poznyakoff 20 years ago
parent
commit
18ee9a103a
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/xheader.c

+ 0 - 4
src/xheader.c

@@ -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);