Remove unnecessary includes.

Reviewed by:	rodrigc
This commit is contained in:
Xin LI 2009-12-11 23:20:02 +00:00
parent 044823bee6
commit 512be259a7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=200417
10 changed files with 0 additions and 20 deletions

View File

@ -103,7 +103,6 @@ __FBSDID("$FreeBSD$");
#include "arch.h"
#include "buf.h"
#include "config.h"
#include "dir.h"
#include "globals.h"
#include "GNode.h"

View File

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

View File

@ -50,11 +50,9 @@ __FBSDID("$FreeBSD$");
#include <string.h>
#include "buf.h"
#include "dir.h"
#include "for.h"
#include "globals.h"
#include "lst.h"
#include "make.h"
#include "parse.h"
#include "str.h"
#include "util.h"

View File

@ -45,9 +45,6 @@
* Global Variables
*/
#include <time.h>
#include <stdint.h>
#include "lst.h"
#include "util.h"

View File

@ -41,7 +41,6 @@
#include <stdlib.h>
#include "lst.h"
#include "make.h"
#include "util.h"
/**

View File

@ -48,8 +48,6 @@
* Header for using the list library
*/
#include "util.h"
/*
* Structure of a list node.
*/

View File

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

View File

@ -41,12 +41,10 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <ctype.h>
#include <stdlib.h>
#include <string.h>
#include "buf.h"
#include "globals.h"
#include "str.h"
#include "util.h"

View File

@ -78,13 +78,11 @@ __FBSDID("$FreeBSD$");
*/
#include <stdio.h>
#include <string.h>
#include "dir.h"
#include "globals.h"
#include "GNode.h"
#include "hash.h"
#include "make.h"
#include "suff.h"
#include "targ.h"
#include "util.h"

View File

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