X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fsocketengine.h;h=26d31c168d1c9ff77d9847ddc8f20d7644240e79;hb=8c3c4f8e8274a598b4ba573f9eabfd0940d2e88d;hp=8bb8504a624fda509fe9a5909a749fa3b6ea5659;hpb=4f9abe96a4301a740d4a5fd7932550d88d60a3fc;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/socketengine.h b/include/socketengine.h index 8bb8504a6..26d31c168 100644 --- a/include/socketengine.h +++ b/include/socketengine.h @@ -3,14 +3,13 @@ * * Copyright (C) 2013-2016 Attila Molnar * Copyright (C) 2013-2014 Adam - * Copyright (C) 2012-2013, 2017-2019 Sadie Powell + * Copyright (C) 2012-2013, 2017-2020 Sadie Powell * Copyright (C) 2012 Robby + * Copyright (C) 2009-2010 Daniel De Graaf * Copyright (C) 2009 Uli Schlachter - * Copyright (C) 2009 Daniel De Graaf * Copyright (C) 2007-2008, 2017 Robin Burchell - * Copyright (C) 2007-2008, 2010 Craig Edwards - * Copyright (C) 2007 burlex * Copyright (C) 2007 Dennis Friis + * Copyright (C) 2005-2008 Craig Edwards * * This file is part of InspIRCd. InspIRCd is free software: you can * redistribute it and/or modify it under the terms of the GNU General Public @@ -28,10 +27,7 @@ #pragma once -#include #include -#include -#include "config.h" #include "socket.h" #include "base.h"