diff options
Diffstat (limited to 'src/output/HttpdInternal.hxx')
-rw-r--r-- | src/output/HttpdInternal.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
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 <glib.h> - #include <forward_list> 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(); |