aboutsummaryrefslogtreecommitdiff
path: root/src/mkhelp.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mkhelp.pl')
-rw-r--r--src/mkhelp.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mkhelp.pl b/src/mkhelp.pl
index 4d44a9e0f..1d1be601e 100644
--- a/src/mkhelp.pl
+++ b/src/mkhelp.pl
@@ -136,12 +136,10 @@ print <<HEAD
#include "setup.h"
#ifdef USE_MANUAL
#include "hugehelp.h"
-#include <stdio.h>
HEAD
;
if($c) {
print <<HEAD
-#include <stdlib.h>
#include <zlib.h>
static const unsigned char hugehelpgz[] = {
/* This mumbo-jumbo is the huge help text compressed with gzip.