Module Name: othersrc Committed By: dholland Date: Sat Mar 23 22:22:51 UTC 2013
Modified Files: othersrc/usr.bin/dholland-make2: make.h Log Message: Drop the list library's header. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 othersrc/usr.bin/dholland-make2/make.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: othersrc/usr.bin/dholland-make2/make.h diff -u othersrc/usr.bin/dholland-make2/make.h:1.10 othersrc/usr.bin/dholland-make2/make.h:1.11 --- othersrc/usr.bin/dholland-make2/make.h:1.10 Tue Mar 5 04:27:27 2013 +++ othersrc/usr.bin/dholland-make2/make.h Sat Mar 23 22:22:51 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: make.h,v 1.10 2013/03/05 04:27:27 dholland Exp $ */ +/* $NetBSD: make.h,v 1.11 2013/03/23 22:22:51 dholland Exp $ */ /* * Copyright (c) 1988, 1989, 1990, 1993 @@ -92,7 +92,6 @@ #include "portable.h" #include "sprite.h" -#include "lst.h" #include "hash.h" #include "config.h" #include "buf.h"