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
|
@ -34,8 +34,6 @@
|
|||
#ifndef _EMPIO_H_
|
||||
#define _EMPIO_H_
|
||||
|
||||
#include <time.h> /* struct timeval */
|
||||
|
||||
#define IO_READ 0x1
|
||||
#define IO_WRITE 0x2
|
||||
#define IO_NEWSOCK 0x4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue