mirror of
https://github.com/pissnet/pissircd.git
synced 2025-08-13 05:31:36 +01:00
removed a redundant include of time.h
This commit is contained in:
parent
3d0bf74200
commit
4429a4ba7e
2 changed files with 1 additions and 3 deletions
1
Changes
1
Changes
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue