]> wimlib.net Git - wimlib/blobdiff - src/xpress-compress.c
xpress-compress.c: Remove unneeded includes
[wimlib] / src / xpress-compress.c
index 175534c0c7a38e5aba180b98a012961204fe4d1f..6fb7e1c4846a92db78d9969875b1aa41e35d6b36 100644 (file)
 #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 {