]> git.wh0rd.org Git - nano.git/commitdiff
remove unneeded sys/wait.h #include from files.c
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 3 Nov 2005 02:45:54 +0000 (02:45 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 3 Nov 2005 02:45:54 +0000 (02:45 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3078 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
src/files.c

index 92d5ab783c7f16c50b1e2026c8b04f800707ef1e..8b76aa16792e632db7658f6487baad4e46dda41c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,7 +19,8 @@ CVS code -
          strlenpt(), check_linenumbers(), dump_buffer(), and
          dump_buffer_reverse() from winio.c to utils.c, as they're
          really utility functions. (DLR)
-       - Add missing stdio.h #include to text.c and winio.c. (DLR)
+       - Add missing stdio.h #include to text.c and winio.c, and remove
+         unneeded sys/wait.h #include from files.c. (DLR)
        - Move functions specific to the statusbar prompt to their own
          source file, adjust related variables accordingly, and rename
          variable resetstatuspos reset_statusbar_x.  New file prompt.c;
index dfb2dd655e40e4cdfdff5a8e17c48f809871e682..c6c4941605fed17b1cd7ebc0391f23472d614942 100644 (file)
@@ -27,7 +27,6 @@
 #include <string.h>
 #include <stdio.h>
 #include <unistd.h>
-#include <sys/wait.h>
 #include <utime.h>
 #include <fcntl.h>
 #include <errno.h>