Pārlūkot izejas kodu

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>
Rusty Russell 16 gadi atpakaļ
vecāks
revīzija
28ff4ef717
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      Documentation/lguest/lguest.c

+ 0 - 1
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>