service(8): no need to include kernel headers

Change-Id: I8fb7a1a58457909b7759a74925a12cf9b11261f0
This commit is contained in:
David van Moolenbroek 2015-08-13 13:31:21 +00:00
parent e9cd054009
commit 162f54c289
3 changed files with 1 additions and 4 deletions

View file

@ -7,6 +7,4 @@ BINDIR= /bin
MAN.service= service.8
MAN.printconfig=
CPPFLAGS+= -I${NETBSDSRCDIR}/minix
.include <bsd.prog.mk>

View file

@ -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"

View file

@ -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"