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/inspircd.h | |
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/inspircd.h')
-rw-r--r-- | include/inspircd.h | 6 |
1 files changed, 0 insertions, 6 deletions
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 |