]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
stats: Minor code cleaup - remove unnecessary includes and fix copyright year
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Wed, 24 Feb 2016 23:18:06 +0000 (01:18 +0200)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Wed, 24 Feb 2016 23:18:26 +0000 (01:18 +0200)
src/stats/client-reset.c

index d5a396771c537e0ed0a7e2f7c3596968c68529db..772288d7d1f2920505f27ba043dcd245411df14e 100644 (file)
@@ -1,16 +1,9 @@
-/* Copyright (c) 2011-2015 Dovecot authors, see the included COPYING file */
+/* Copyright (c) 2016 Dovecot authors, see the included COPYING file */
 
 #include "lib.h"
-#include "net.h"
 #include "ostream.h"
-#include "str.h"
 #include "strescape.h"
 #include "mail-stats.h"
-#include "mail-command.h"
-#include "mail-session.h"
-#include "mail-user.h"
-#include "mail-domain.h"
-#include "mail-ip.h"
 #include "client.h"
 #include "client-reset.h"