diff options
author | 2005-11-07 23:46:18 +0000 | |
---|---|---|
committer | 2005-11-07 23:46:18 +0000 | |
commit | 37bafa802d55aadd7e75c6a3b88c371fd8181ceb (patch) | |
tree | 4fd7aea3ba9fb117d6ac197fba78508fd6b21af3 | |
parent | Move most of the dired hooks into dired.c. While here, enable some (diff) | |
download | wireguard-openbsd-37bafa802d55aadd7e75c6a3b88c371fd8181ceb.tar.xz wireguard-openbsd-37bafa802d55aadd7e75c6a3b88c371fd8181ceb.zip |
KNF
-rw-r--r-- | usr.bin/mg/dired.c | 4 |
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> |