]> git.wh0rd.org Git - nano.git/commit
since proto.h includes nano.h, and nano.h includes config.h first,
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 8 Dec 2005 02:47:10 +0000 (02:47 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 8 Dec 2005 02:47:10 +0000 (02:47 +0000)
commit034b994eb55006364c20b0baa0ad018b380ea2ef
treeda92185ab5b4e7364a0c8cd8edc150bd70d9bc16
parent8befda6490c40a03270d08224d454a304741ce0d
since proto.h includes nano.h, and nano.h includes config.h first,
include proto.h first and remove redundant includes of config.h in all
non-header source files

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3236 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
16 files changed:
ChangeLog
src/browser.c
src/chars.c
src/color.c
src/cut.c
src/files.c
src/global.c
src/help.c
src/move.c
src/nano.c
src/prompt.c
src/rcfile.c
src/search.c
src/text.c
src/utils.c
src/winio.c