mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
- Remove times.h from C programs that does not manipulate with time at
all. - Remove pathnames.h from all but io.c since it's the only module that used these definations.
This commit is contained in:
parent
3cd983c5b9
commit
d993d09a6c
4 changed files with 0 additions and 4 deletions
|
|
@ -55,7 +55,6 @@ __FBSDID("$FreeBSD$");
|
|||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "pathnames.h"
|
||||
#include "calendar.h"
|
||||
|
||||
struct passwd *pw;
|
||||
|
|
|
|||
|
|
@ -44,7 +44,6 @@ __FBSDID("$FreeBSD$");
|
|||
#include <string.h>
|
||||
#include <time.h>
|
||||
|
||||
#include "pathnames.h"
|
||||
#include "calendar.h"
|
||||
|
||||
struct tm *tp;
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@ __FBSDID("$FreeBSD$");
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
|
||||
#include "calendar.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@ __FBSDID("$FreeBSD$");
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
|
||||
#include "calendar.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue