From: phk Date: Sat, 5 Aug 2006 12:24:05 +0000 (+0000) Subject: Remove unused include X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=218a17462d572e7b8c88d05d78ea7accdc0eb90c;p=varnish Remove unused include Fix function arg type git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@665 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/mgt_cli.c b/varnish-cache/bin/varnishd/mgt_cli.c index 95b1d18f..e8e29d86 100644 --- a/varnish-cache/bin/varnishd/mgt_cli.c +++ b/varnish-cache/bin/varnishd/mgt_cli.c @@ -12,7 +12,6 @@ #include #include -#include "libvarnish.h" #include "cli_priv.h" #include "cli.h" #include "sbuf.h" @@ -232,7 +231,7 @@ struct cli_port { }; static int -mgt_cli_callback(struct ev *e, unsigned what) +mgt_cli_callback(struct ev *e, int what) { struct cli_port *cp; char *p;