mirror of https://github.com/MidnightCommander/mc
* *.c: Remove duplicate includes.
This commit is contained in:
parent
79386c0add
commit
21ea3f6740
|
@ -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
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
#include <sys/stat.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
#include <sys/stat.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
#include <sys/stat.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
#include <sys/stat.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
#include <sys/stat.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
#include <sys/stat.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
#include <sys/stat.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue