Skip to content

Commit

Permalink
lguest: remove unneeded zlib.h include in example launcher
Browse files Browse the repository at this point in the history
Two years ago 5bbf89f 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>
  • Loading branch information
Rusty Russell committed Feb 24, 2010
1 parent 169c246 commit 28ff4ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Documentation/lguest/lguest.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 28ff4ef

Please sign in to comment.