There's no reason to include <time.h> in empio.h, except it's missing
in a couple of other files. Include it where it's needed.
This commit is contained in:
parent
3b90d0cb81
commit
0d267e0b24
9 changed files with 15 additions and 12 deletions
|
@ -33,6 +33,7 @@
|
|||
|
||||
#include <config.h>
|
||||
|
||||
#include <time.h>
|
||||
#include "misc.h"
|
||||
#include "player.h"
|
||||
#include "empio.h"
|
||||
|
|
|
@ -34,10 +34,11 @@
|
|||
|
||||
#include <config.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <time.h>
|
||||
#include "misc.h"
|
||||
#include "player.h"
|
||||
#include "empthread.h"
|
||||
#include <stdio.h>
|
||||
#include "prototypes.h"
|
||||
#include "optlist.h"
|
||||
#include "server.h"
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
#ifndef _WIN32
|
||||
#include <sys/wait.h>
|
||||
#endif
|
||||
#include <time.h>
|
||||
#include "misc.h"
|
||||
#include "player.h"
|
||||
#include "empthread.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue