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
This commit is contained in:
David Lawrence Ramsey
2005-04-15 18:07:26 +00:00
parent ac71fdde97
commit e527e458f4
14 changed files with 14 additions and 13 deletions

View File

@@ -35,7 +35,6 @@
#include <pwd.h>
#include <assert.h>
#include "proto.h"
#include "nano.h"
static file_format fmt = NIX_FILE;
/* The format of the current file. */