removed a redundant include of time.h

This commit is contained in:
codemastr 2000-12-15 22:25:32 +00:00
parent 3d0bf74200
commit 4429a4ba7e
2 changed files with 1 additions and 3 deletions

View file

@ -25,3 +25,4 @@
M0rpheus, JK, and Hiten.
- Fixed /botserv problem
- Fixed permission problem with SSL .pem files (was o+r)
- Removed a redundant time.h include reported by trippin

View file

@ -35,9 +35,6 @@ static char sccsid[] =
#include "channel.h"
#include "userload.h"
#include "version.h"
#if defined(PCS) || defined(AIX) || defined(SVR3)
#include <time.h>
#endif
#include <sys/stat.h>
#include <fcntl.h>
#ifdef _WIN32