X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Firc-oper.c;h=1d69a6cc75cfa83f7598dd723fd3b3d8fb48b8f0;hp=88a9e43ed4b1d3b17312bca597802663e7c06783;hb=7d7eb735f0c8b541e7809a68cb49174605147904;hpb=ccc9e1baa41c2b81d641d87acaefbf07eb499ad4 diff --git a/src/ngircd/irc-oper.c b/src/ngircd/irc-oper.c index 88a9e43e..1d69a6cc 100644 --- a/src/ngircd/irc-oper.c +++ b/src/ngircd/irc-oper.c @@ -1,6 +1,6 @@ /* * ngIRCd -- The Next Generation IRC Daemon - * Copyright (c)2001-2013 Alexander Barton (alex@barton.de) and Contributors. + * Copyright (c)2001-2014 Alexander Barton (alex@barton.de) and Contributors. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -16,12 +16,12 @@ * IRC operator commands */ -#include "imp.h" #include #include #include #include #include +#include #include "ngircd.h" #include "conn-func.h" @@ -30,7 +30,6 @@ #include "class.h" #include "parse.h" #include "irc.h" -#include "irc-macros.h" #include "irc-write.h" #include "lists.h" #include "log.h" @@ -38,7 +37,6 @@ #include "messages.h" #include "op.h" -#include #include "irc-oper.h" /**