System includes to make newer gcc happy.

Until gcc 4.5, when it all gets rearranged again.

git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@11495 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
w00t 2009-08-05 11:32:45 +00:00
parent 4b595170f5
commit fabedcb1d7

View File

@ -30,11 +30,20 @@
#undef ERROR
#endif
// Required system headers.
#include <ctime>
#include <cstdarg>
#include <algorithm>
#include <cmath>
#include <cstring>
#include <climits>
#include <cstdio>
#include <time.h>
#include <string>
#include <sstream>
#include <list>
#include <climits>
#include "inspircd_config.h"
#include "users.h"
#include "channels.h"