diff options
author | harti <harti@FreeBSD.org> | 2005-05-13 08:53:00 +0000 |
---|---|---|
committer | harti <harti@FreeBSD.org> | 2005-05-13 08:53:00 +0000 |
commit | 4340f9015ff135ba85679ffe960a430f376090a4 (patch) | |
tree | 7dfad7aa53fd29a54af8277cd88d3114f114f513 /usr.bin/make/cond.c | |
parent | 9f93814a13c1d1b9c01e99eeedf3cbe884502932 (diff) | |
download | FreeBSD-src-4340f9015ff135ba85679ffe960a430f376090a4.zip FreeBSD-src-4340f9015ff135ba85679ffe960a430f376090a4.tar.gz |
Move the Boolean and ReturnStatus stuff from sprite.h to util.h and
get rid of sprite.h.
Obtained from: DragonFlyBSD
Diffstat (limited to 'usr.bin/make/cond.c')
-rw-r--r-- | usr.bin/make/cond.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/make/cond.c b/usr.bin/make/cond.c index a9209b1..bed2c57 100644 --- a/usr.bin/make/cond.c +++ b/usr.bin/make/cond.c @@ -60,7 +60,6 @@ __FBSDID("$FreeBSD$"); #include "GNode.h" #include "make.h" #include "parse.h" -#include "sprite.h" #include "str.h" #include "targ.h" #include "util.h" |