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
Родитель 169c246a30
Коммит 28ff4ef717
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

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