]> Dogcows Code - chaz/tar/blobdiff - src/xheader.c
Updated
[chaz/tar] / src / xheader.c
index b63cdb769f05f7d99dc6fbe35568c5a0ea17fd01..64b2d7a765df8ac119030d6b24d96ba084d7e49f 100644 (file)
@@ -16,7 +16,7 @@
    with this program; if not, write to the Free Software Foundation, Inc.,
    59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
-#include "system.h"
+#include <system.h>
 
 #include <fnmatch.h>
 #include <hash.h>
 
 #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);
This page took 0.020021 seconds and 4 git commands to generate.