summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/make.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/make.c
parent333d839380081985fbd2214da8accf9b1bf91274 (diff)
downloadFreeBSD-src-815391c36094378cb2878e3e592a8cec34e3e52a.zip
FreeBSD-src-815391c36094378cb2878e3e592a8cec34e3e52a.tar.gz
Remove unnecessary includes.
Reviewed by: rodrigc
Diffstat (limited to 'usr.bin/make/make.c')
-rw-r--r--usr.bin/make/make.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.bin/make/make.c b/usr.bin/make/make.c
index a6ddc85..bbbc899 100644
--- a/usr.bin/make/make.c
+++ b/usr.bin/make/make.c
@@ -72,10 +72,7 @@ __FBSDID("$FreeBSD$");
* and perform the .USE actions if so.
*/
-#include <stdlib.h>
-
#include "arch.h"
-#include "config.h"
#include "dir.h"
#include "globals.h"
#include "GNode.h"
OpenPOWER on IntegriCloud