X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git;a=blobdiff_plain;f=src%2Fngircd%2Fchannel.h;fp=src%2Fngircd%2Fchannel.h;h=edf6a836aa7c7108a88e6a4eacce7f15b3505570;hp=0e96703d5bdcdf027c6ba9f2ba9b5404561c096c;hb=ea7f4e07b71cd27294bd7deb04d8ffe95b15e2ce;hpb=f3961ec6ab32ffa1ea1ce3f716a904ed82c8fde4 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"