dect
/
linux-2.6
Archived
13
0
Fork 0

lguest: remove unneeded zlib.h include in example launcher

Two years ago 5bbf89fc26 removed the horrible bzImage unpacking code.
Now it's time to remove the unneeded zlib.h include, too.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2010-02-24 14:22:18 -06:00
parent 169c246a30
commit 28ff4ef717
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@
#include <sys/uio.h>
#include <termios.h>
#include <getopt.h>
#include <zlib.h>
#include <assert.h>
#include <sched.h>
#include <limits.h>