From ea0a75ee129d9998ed792e26f9256aa68fcf5bea Mon Sep 17 00:00:00 2001 From: jkh Date: Fri, 3 Jan 1997 06:32:39 +0000 Subject: Do something I've wanted to do for quite some time - collapse all the common layout code into some work functions and make all the layout-using routine adopt them. Also reorganize includes and generally clean up. --- usr.sbin/sysinstall/dmenu.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.sbin/sysinstall/dmenu.c') diff --git a/usr.sbin/sysinstall/dmenu.c b/usr.sbin/sysinstall/dmenu.c index 9470f04..5cb913c 100644 --- a/usr.sbin/sysinstall/dmenu.c +++ b/usr.sbin/sysinstall/dmenu.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated for what's essentially a complete rewrite. * - * $Id: dmenu.c,v 1.27 1996/11/09 16:46:56 joerg Exp $ + * $Id: dmenu.c,v 1.28 1996/12/09 08:22:12 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -36,7 +36,6 @@ #include "sysinstall.h" #include -#include #define MAX_MENU 15 -- cgit v1.1