diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2010-02-24 14:22:18 -0600 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2010-02-24 14:22:22 +1030 |
commit | 28ff4ef71795fe6f6c0cc06a04911c9ca09c2c11 (patch) | |
tree | b507072181412cb06558aa2e35f0bf56b16753ee /Documentation | |
parent | 169c246a30808588436794e96a97c61a01af9bed (diff) |
lguest: remove unneeded zlib.h include in example launcher
Two years ago 5bbf89fc2608 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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/lguest/lguest.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/lguest/lguest.c b/Documentation/lguest/lguest.c index 42208511b5c..3119f5db75b 100644 --- a/Documentation/lguest/lguest.c +++ b/Documentation/lguest/lguest.c @@ -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> |