diff options
author | mmcc <mmcc@cvs.openbsd.org> | 2016-03-16 15:36:27 +0000 |
---|---|---|
committer | mmcc <mmcc@cvs.openbsd.org> | 2016-03-16 15:36:27 +0000 |
commit | 043c400f909ee0b4431a6657c5b1550df8ab4c83 (patch) | |
tree | f9b37d5c152c7ffbf2cff499b818afa7f2cee25f /usr.bin/less/cvt.c | |
parent | e65cc2411fb9d3267c62134393d7506777b03e8a (diff) |
style(9) includes
ok nicm@
Diffstat (limited to 'usr.bin/less/cvt.c')
-rw-r--r-- | usr.bin/less/cvt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/less/cvt.c b/usr.bin/less/cvt.c index 6422a5274c5..5d961961326 100644 --- a/usr.bin/less/cvt.c +++ b/usr.bin/less/cvt.c @@ -13,8 +13,8 @@ * Routines to convert text in various ways. Used by search. */ -#include "less.h" #include "charset.h" +#include "less.h" extern int utf_mode; |