mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-25 16:13:17 +00:00
#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
434b6ea45a
commit
b4358c15a1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91213
@ -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