summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/dir.c
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2009-12-11 23:20:02 +0000
committerdelphij <delphij@FreeBSD.org>2009-12-11 23:20:02 +0000
commit815391c36094378cb2878e3e592a8cec34e3e52a (patch)
tree1168e08d4d3fbd901e6c356504e447e516b572a0 /usr.bin/make/dir.c
parent333d839380081985fbd2214da8accf9b1bf91274 (diff)
downloadFreeBSD-src-815391c36094378cb2878e3e592a8cec34e3e52a.zip
FreeBSD-src-815391c36094378cb2878e3e592a8cec34e3e52a.tar.gz
Remove unnecessary includes.
Reviewed by: rodrigc
Diffstat (limited to 'usr.bin/make/dir.c')
-rw-r--r--usr.bin/make/dir.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/make/dir.c b/usr.bin/make/dir.c
index 8ca9984..9b529ea 100644
--- a/usr.bin/make/dir.c
+++ b/usr.bin/make/dir.c
@@ -90,7 +90,6 @@ __FBSDID("$FreeBSD$");
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <unistd.h>
#include "arch.h"
#include "dir.h"
@@ -98,7 +97,6 @@ __FBSDID("$FreeBSD$");
#include "GNode.h"
#include "hash.h"
#include "lst.h"
-#include "make.h"
#include "str.h"
#include "targ.h"
#include "util.h"
OpenPOWER on IntegriCloud