summary refs log tree commit diff
path: root/Documentation
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2010-02-24 14:22:18 -0600
committerRusty Russell <rusty@rustcorp.com.au>2010-02-24 14:22:22 +1030
commit28ff4ef71795fe6f6c0cc06a04911c9ca09c2c11 (patch)
treeb507072181412cb06558aa2e35f0bf56b16753ee /Documentation
parent169c246a30808588436794e96a97c61a01af9bed (diff)
downloadlinux-28ff4ef71795fe6f6c0cc06a04911c9ca09c2c11.tar.gz
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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/lguest/lguest.c b/Documentation/lguest/lguest.c
index 42208511b5c0..3119f5db75bd 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>