From 4340f9015ff135ba85679ffe960a430f376090a4 Mon Sep 17 00:00:00 2001 From: harti Date: Fri, 13 May 2005 08:53:00 +0000 Subject: Move the Boolean and ReturnStatus stuff from sprite.h to util.h and get rid of sprite.h. Obtained from: DragonFlyBSD --- usr.bin/make/parse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/make/parse.h') diff --git a/usr.bin/make/parse.h b/usr.bin/make/parse.h index ec1a478..6ee15f9 100644 --- a/usr.bin/make/parse.h +++ b/usr.bin/make/parse.h @@ -43,7 +43,7 @@ #include -#include "sprite.h" +#include "util.h" struct GNode; struct Lst; -- cgit v1.1