summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorKjell Wooding <kjell@cvs.openbsd.org>2005-11-07 23:46:19 +0000
committerKjell Wooding <kjell@cvs.openbsd.org>2005-11-07 23:46:19 +0000
commit683988b4205b240f938da484e8d5a6ac9300e4fd (patch)
treee665568a84150549bfda9457dfda53f15d28a6fa /usr.bin
parent14028dead959ae4e80c60ba9b9ed61018701ea26 (diff)
KNF
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/mg/dired.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mg/dired.c b/usr.bin/mg/dired.c
index 02a6b06a0d7..9ab3efc7107 100644
--- a/usr.bin/mg/dired.c
+++ b/usr.bin/mg/dired.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dired.c,v 1.27 2005/11/07 23:32:20 kjell Exp $ */
+/* $OpenBSD: dired.c,v 1.28 2005/11/07 23:46:18 kjell Exp $ */
/* This file is in the public domain. */
@@ -7,8 +7,8 @@
*/
#include "def.h"
-#include "kbd.h"
#include "funmap.h"
+#include "kbd.h"
#include <sys/types.h>
#include <sys/stat.h>