diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2005-04-29 07:22:39 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2005-04-29 07:22:39 +0000 |
commit | 1fd83205c7bb53f16a1dbb03468ba2c2ad62c4e4 (patch) | |
tree | 6e48cb6d5f018d77eeea9158fe97bea7c213c131 /usr.bin/mg | |
parent | 5631026d457ca1980020635a0c390842c7f0dad3 (diff) |
Remove unneeded include. Han Boetes.
Diffstat (limited to 'usr.bin/mg')
-rw-r--r-- | usr.bin/mg/autoexec.c | 4 | ||||
-rw-r--r-- | usr.bin/mg/undo.c | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/usr.bin/mg/autoexec.c b/usr.bin/mg/autoexec.c index 591b010f497..9815c3a089d 100644 --- a/usr.bin/mg/autoexec.c +++ b/usr.bin/mg/autoexec.c @@ -1,12 +1,10 @@ -/* $OpenBSD: autoexec.c,v 1.6 2005/04/03 02:09:28 db Exp $ */ +/* $OpenBSD: autoexec.c,v 1.7 2005/04/29 07:22:38 otto Exp $ */ /* this file is in the public domain */ /* Author: Vincent Labrecque <vincent@openbsd.org> April 2002 */ #include "def.h" #include "funmap.h" -#include <sys/queue.h> - #include <fnmatch.h> struct autoexec { 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 /* |