Browse Source

* *.c: Remove duplicate includes.

Pavel Roskin 20 years ago
parent
commit
21ea3f6740
10 changed files with 4 additions and 12 deletions
  1. 4 0
      edit/ChangeLog
  2. 0 1
      edit/edit.c
  3. 0 2
      edit/editcmd.c
  4. 0 1
      edit/editkeys.c
  5. 0 1
      edit/editlock.c
  6. 0 1
      edit/editmenu.c
  7. 0 1
      edit/editoptions.c
  8. 0 3
      edit/editwidget.c
  9. 0 1
      edit/syntax.c
  10. 0 1
      edit/wordproc.c

+ 4 - 0
edit/ChangeLog

@@ -1,3 +1,7 @@
+2005-05-10  Pavel Roskin  <proski@gnu.org>
+
+	* *.c: Remove duplicate includes.
+
 2005-05-03  Pavel Roskin  <proski@gnu.org>
 
 	* edit-widget.h: Use char instead of unsigned char to fix

+ 0 - 1
edit/edit.c

@@ -29,7 +29,6 @@
 #include <ctype.h>
 #include <errno.h>
 #include <sys/stat.h>
-#include <errno.h>
 
 #include <stdlib.h>
 

+ 0 - 2
edit/editcmd.c

@@ -31,10 +31,8 @@
 #include <sys/types.h>
 #include <unistd.h>
 #include <string.h>
-#include <ctype.h>
 #include <errno.h>
 #include <sys/stat.h>
-#include <errno.h>
 
 #include <stdlib.h>
 

+ 0 - 1
edit/editkeys.c

@@ -30,7 +30,6 @@
 #include <ctype.h>
 #include <errno.h>
 #include <sys/stat.h>
-#include <errno.h>
 
 #include <stdlib.h>
 

+ 0 - 1
edit/editlock.c

@@ -34,7 +34,6 @@
 #include <ctype.h>
 #include <errno.h>
 #include <sys/stat.h>
-#include <errno.h>
 
 #include <stdlib.h>
 

+ 0 - 1
edit/editmenu.c

@@ -32,7 +32,6 @@
 #include <ctype.h>
 #include <errno.h>
 #include <sys/stat.h>
-#include <errno.h>
 
 #include <stdlib.h>
 

+ 0 - 1
edit/editoptions.c

@@ -32,7 +32,6 @@
 #include <ctype.h>
 #include <errno.h>
 #include <sys/stat.h>
-#include <errno.h>
 
 #include <stdlib.h>
 

+ 0 - 3
edit/editwidget.c

@@ -22,8 +22,6 @@
 
 #include <config.h>
 
-#include <errno.h>
-
 #include <stdio.h>
 #include <stdarg.h>
 #include <sys/types.h>
@@ -34,7 +32,6 @@
 #include <ctype.h>
 #include <errno.h>
 #include <sys/stat.h>
-#include <errno.h>
 
 #include <stdlib.h>
 

+ 0 - 1
edit/syntax.c

@@ -29,7 +29,6 @@
 #include <ctype.h>
 #include <errno.h>
 #include <sys/stat.h>
-#include <errno.h>
 
 #include <stdlib.h>
 

+ 0 - 1
edit/wordproc.c

@@ -30,7 +30,6 @@
 #include <ctype.h>
 #include <errno.h>
 #include <sys/stat.h>
-#include <errno.h>
 
 #include <stdlib.h>