=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/less/cmdbuf.c,v retrieving revision 1.14 retrieving revision 1.15 diff -c -r1.14 -r1.15 *** src/usr.bin/less/cmdbuf.c 2016/01/12 17:48:04 1.14 --- src/usr.bin/less/cmdbuf.c 2016/03/16 15:36:26 1.15 *************** *** 14,23 **** * Used only by command() and related functions. */ - #include "less.h" - #include "cmd.h" - #include "charset.h" #include extern int sc_width; extern int utf_mode; --- 14,24 ---- * Used only by command() and related functions. */ #include + + #include "charset.h" + #include "cmd.h" + #include "less.h" extern int sc_width; extern int utf_mode;