summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/var.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/var.c
parent333d839380081985fbd2214da8accf9b1bf91274 (diff)
downloadFreeBSD-src-815391c36094378cb2878e3e592a8cec34e3e52a.zip
FreeBSD-src-815391c36094378cb2878e3e592a8cec34e3e52a.tar.gz
Remove unnecessary includes.
Reviewed by: rodrigc
Diffstat (limited to 'usr.bin/make/var.c')
-rw-r--r--usr.bin/make/var.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/make/var.c b/usr.bin/make/var.c
index 983bb2a..534abca 100644
--- a/usr.bin/make/var.c
+++ b/usr.bin/make/var.c
@@ -84,7 +84,6 @@ __FBSDID("$FreeBSD$");
* XXX: There's a lot of duplication in these functions.
*/
-#include <assert.h>
#include <ctype.h>
#include <stdlib.h>
#include <string.h>
@@ -97,7 +96,6 @@ __FBSDID("$FreeBSD$");
#include "GNode.h"
#include "job.h"
#include "lst.h"
-#include "make.h"
#include "parse.h"
#include "str.h"
#include "targ.h"
OpenPOWER on IntegriCloud