Commit 28ff4ef7 authored by Rusty Russell's avatar Rusty Russell

lguest: remove unneeded zlib.h include in example launcher

Two years ago 5bbf89fc removed the horrible bzImage unpacking code.
Now it's time to remove the unneeded zlib.h include, too.
Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 169c246a
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment