]> git.wh0rd.org Git - nano.git/commit
various #include fixes: since proto.h includes nano.h, only include the
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 15 Apr 2005 18:07:26 +0000 (18:07 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 15 Apr 2005 18:07:26 +0000 (18:07 +0000)
commite527e458f4401965a778b74069e4eb93247f42bb
tree10beb8501ac07590495be343a2b64e131cb144c5
parentac71fdde97d36d4a3270f0dd59d589b816ab270a
various #include fixes: since proto.h includes nano.h, only include the
former in source files; also add an #include guard to proto.h, and make
the config.h #include in nano.h match the config.h #includes everywhere
else

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2471 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
14 files changed:
ChangeLog
src/chars.c
src/color.c
src/cut.c
src/files.c
src/global.c
src/move.c
src/nano.c
src/nano.h
src/proto.h
src/rcfile.c
src/search.c
src/utils.c
src/winio.c