service(8): no need to include kernel headers
Change-Id: I8fb7a1a58457909b7759a74925a12cf9b11261f0
This commit is contained in:
parent
e9cd054009
commit
162f54c289
3 changed files with 1 additions and 4 deletions
|
@ -7,6 +7,4 @@ BINDIR= /bin
|
|||
MAN.service= service.8
|
||||
MAN.printconfig=
|
||||
|
||||
CPPFLAGS+= -I${NETBSDSRCDIR}/minix
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
@ -23,13 +23,13 @@
|
|||
#include <minix/paths.h>
|
||||
#include <minix/sef.h>
|
||||
#include <minix/dmap.h>
|
||||
#include <minix/priv.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <configfile.h>
|
||||
|
||||
#include <machine/archtypes.h>
|
||||
#include <minix/timers.h>
|
||||
#include "kernel/proc.h"
|
||||
|
||||
#include "config.h"
|
||||
#include "proto.h"
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
#include <machine/archtypes.h>
|
||||
#include <minix/timers.h>
|
||||
#include <err.h>
|
||||
#include "kernel/proc.h"
|
||||
|
||||
#include "config.h"
|
||||
#include "proto.h"
|
||||
|
|
Loading…
Reference in a new issue