X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fngircd%2Fchannel.h;h=edf6a836aa7c7108a88e6a4eacce7f15b3505570;hb=HEAD;hp=0e96703d5bdcdf027c6ba9f2ba9b5404561c096c;hpb=4da04640e6429e6cc61ca9dd4c7293b520d4b3bc;p=ngircd-alex.git diff --git a/src/ngircd/channel.h b/src/ngircd/channel.h index 0e96703d..edf6a836 100644 --- a/src/ngircd/channel.h +++ b/src/ngircd/channel.h @@ -1,6 +1,6 @@ /* * ngIRCd -- The Next Generation IRC Daemon - * Copyright (c)2001-2012 Alexander Barton (alex@barton.de) and Contributors. + * Copyright (c)2001-2024 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 @@ -17,7 +17,7 @@ * Channel management (header) */ -#if defined(__channel_c__) | defined(S_SPLINT_S) +#if defined(__channel_c__) #include "lists.h" #include "defines.h"