diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-15 04:21:31 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-15 04:21:31 +0000 |
commit | c4a230243f93709bd9e3629ce6c9c84da0f9c31f (patch) | |
tree | e6bd7a4e9d5014fa466f49694ebd4668adbce722 /include | |
parent | 7155b085f7701669ec87e411383ee6348d7e064b (diff) |
sorted hashcomp etc
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1387 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r-- | include/hashcomp.h | 16 | ||||
-rw-r--r-- | include/helperfuncs.h | 16 | ||||
-rw-r--r-- | include/inspircd.h | 6 |
3 files changed, 32 insertions, 6 deletions
diff --git a/include/hashcomp.h b/include/hashcomp.h index 42954fc37..e75e84ef4 100644 --- a/include/hashcomp.h +++ b/include/hashcomp.h @@ -1,3 +1,19 @@ +/* +------------------------------------+ + * | Inspire Internet Relay Chat Daemon | + * +------------------------------------+ + * + * Inspire is copyright (C) 2002-2005 ChatSpike-Dev. + * E-mail: + * <brain@chatspike.net> + * <Craig@chatspike.net> + * + * Written by Craig Edwards, Craig McLure, and others. + * This program is free but copyrighted software; see + * the file COPYING for details. + * + * --------------------------------------------------- + */ + #ifndef _HASHCOMP_H_ #define _HASHCOMP_H_ diff --git a/include/helperfuncs.h b/include/helperfuncs.h index b7078f56a..0e8ba33ff 100644 --- a/include/helperfuncs.h +++ b/include/helperfuncs.h @@ -1,3 +1,19 @@ +/* +------------------------------------+ + * | Inspire Internet Relay Chat Daemon | + * +------------------------------------+ + * + * Inspire is copyright (C) 2002-2005 ChatSpike-Dev. + * E-mail: + * <brain@chatspike.net> + * <Craig@chatspike.net> + * + * Written by Craig Edwards, Craig McLure, and others. + * This program is free but copyrighted software; see + * the file COPYING for details. + * + * --------------------------------------------------- + */ + #ifndef _HELPER_H_ #define _HELPER_H_ diff --git a/include/inspircd.h b/include/inspircd.h index 27c90cce8..6cd4c6350 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -16,18 +16,12 @@ #include <string> #include <stdio.h> -#include <syslog.h> -#include <stdlib.h> #include <unistd.h> #include <signal.h> #include <time.h> #include <netdb.h> #include <string.h> -#include <ctype.h> #include <errno.h> -#include <stdarg.h> -#include <assert.h> -#include <sys/param.h> #include <sys/types.h> #ifndef _LINUX_C_LIB_VERSION |