]> wimlib.net Git - wimlib/commitdiff
xpress-compress.c: Remove unneeded includes
authorEric Biggers <ebiggers3@gmail.com>
Thu, 2 Jan 2014 17:01:24 +0000 (11:01 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Thu, 2 Jan 2014 17:01:24 +0000 (11:01 -0600)
src/xpress-compress.c

index 175534c0c7a38e5aba180b98a012961204fe4d1f..6fb7e1c4846a92db78d9969875b1aa41e35d6b36 100644 (file)
 #include "wimlib/util.h"
 #include "wimlib/xpress.h"
 
 #include "wimlib/util.h"
 #include "wimlib/xpress.h"
 
-#ifdef HAVE_ALLOCA_H
-#  include <alloca.h>
-#endif
-#include <stdlib.h>
 #include <string.h>
 
 struct xpress_record_ctx {
 #include <string.h>
 
 struct xpress_record_ctx {