From 86316b182865caf7fd76bee1b6d50c66e11a3ce2 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 2 Oct 2013 12:20:36 +0200 Subject: output/httpd: don't include glib.h in header --- src/output/HttpdInternal.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/output/HttpdInternal.hxx') diff --git a/src/output/HttpdInternal.hxx b/src/output/HttpdInternal.hxx index 9437cfedf..445e2ff1a 100644 --- a/src/output/HttpdInternal.hxx +++ b/src/output/HttpdInternal.hxx @@ -30,8 +30,6 @@ #include "thread/Mutex.hxx" #include "event/ServerSocket.hxx" -#include - #include struct config_param; @@ -121,7 +119,7 @@ struct HttpdOutput final : private ServerSocket { * The maximum and current number of clients connected * at the same time. */ - guint clients_max, clients_cnt; + unsigned clients_max, clients_cnt; HttpdOutput(EventLoop &_loop); ~HttpdOutput(); -- cgit v1.2.3