Remove accidental "#include <stdio.h>"
diff --git a/example/zcat/zcat.c b/example/zcat/zcat.c
index 589e470..f778464 100644
--- a/example/zcat/zcat.c
+++ b/example/zcat/zcat.c
@@ -132,8 +132,6 @@
 static void  //
 ignore_return_value(int ignored) {}
 
-#include <stdio.h>
-
 const char*  //
 main1(int argc, char** argv) {
   const char* z = parse_flags(argc, argv);