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/line.c | |
parent | e65cc2411fb9d3267c62134393d7506777b03e8a (diff) |
style(9) includes
ok nicm@
Diffstat (limited to 'usr.bin/less/line.c')
-rw-r--r-- | usr.bin/less/line.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/less/line.c b/usr.bin/less/line.c index 757ec904627..fe2fe9ff1f5 100644 --- a/usr.bin/less/line.c +++ b/usr.bin/less/line.c @@ -15,8 +15,8 @@ * in preparation for output to the screen. */ -#include "less.h" #include "charset.h" +#include "less.h" static char *linebuf = NULL; /* Buffer which holds the current output line */ static char *attr = NULL; /* Extension of linebuf to hold attributes */ |