X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Firc-op.c;h=b75841a805345549b3cb3a247165359b6a0ae5f7;hp=b08d739b84a0195dce311dc162c50221a5ba95f8;hb=f547981188a28844068e864dc1ed955ff173d216;hpb=384b27cee0c31ba26c58480b015ef2feb52c79f9 diff --git a/src/ngircd/irc-op.c b/src/ngircd/irc-op.c index b08d739b..b75841a8 100644 --- a/src/ngircd/irc-op.c +++ b/src/ngircd/irc-op.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,9 @@ * Channel operator commands */ -#include "imp.h" #include #include -#include -#include "defines.h" #include "conn.h" #include "channel.h" #include "irc-macros.h" @@ -31,7 +28,6 @@ #include "messages.h" #include "parse.h" -#include "exp.h" #include "irc-op.h" /* Local functions */