diff options
Diffstat (limited to 'usr.bin/mg/undo.c')
-rw-r--r-- | usr.bin/mg/undo.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/mg/undo.c b/usr.bin/mg/undo.c index 8dbf7be260a..af2dd8b06ed 100644 --- a/usr.bin/mg/undo.c +++ b/usr.bin/mg/undo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: undo.c,v 1.25 2005/04/03 02:09:28 db Exp $ */ +/* $OpenBSD: undo.c,v 1.26 2005/04/29 07:22:38 otto Exp $ */ /* * Copyright (c) 2002 Vincent Labrecque <vincent@openbsd.org> * All rights reserved. @@ -27,8 +27,6 @@ #include "def.h" #include "kbd.h" -#include <sys/queue.h> - #define MAX_FREE_RECORDS 32 /* |