--- src/usr.bin/make/globals.h 2005/03/31 22:16:35 1.3 +++ src/usr.bin/make/globals.h 2005/04/01 01:12:55 1.4 @@ -51,7 +51,6 @@ #include "sprite.h" struct GNode; -struct IFile; struct Path; /* @@ -63,8 +62,6 @@ extern Lst create; /* The list of directories to search when looking for targets */ extern struct Path dirSearchPath; -extern struct IFile curFile; /* current makefile */ - /* The list of directories to search when looking for includes */ extern struct Path parseIncPath;