X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fproc.c;h=d68d714da44d77eb9b158f128e0f52775b408315;hb=7d7eb735f0c8b541e7809a68cb49174605147904;hp=a5afb5011cb1c468732561d5944fa9f685c1c4e4;hpb=8e6db769ac549cfe26042f7d51ae8a301d8fc569;p=ngircd-alex.git diff --git a/src/ngircd/proc.c b/src/ngircd/proc.c index a5afb501..d68d714d 100644 --- a/src/ngircd/proc.c +++ b/src/ngircd/proc.c @@ -1,6 +1,6 @@ /* * ngIRCd -- The Next Generation IRC Daemon - * Copyright (c)2001-2011 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,20 +16,19 @@ * Process management */ -#include "imp.h" #include #include #include #include #include +#include #include +#include #include "log.h" #include "io.h" -#include "conn.h" - -#include "exp.h" #include "sighandlers.h" + #include "proc.h" /**