#include <time.h> for the definition of time functions instead of
depending on namespace pollution 2 layers deep in <sys/stat.h>. Sorted includes. Removed some unused includes.
This commit is contained in:
parent
e8e5e3ae3e
commit
59dc6e7117
@ -41,14 +41,15 @@ static const char rcsid[] =
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/uio.h>
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <string.h>
|
||||
#include <termios.h>
|
||||
#include <unistd.h>
|
||||
#include "mille.h"
|
||||
|
||||
#include <time.h>
|
||||
#include <unctrl.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "mille.h"
|
||||
|
||||
# ifdef attron
|
||||
# include <term.h>
|
||||
|
Loading…
Reference in New Issue
Block a user