1
1

* edit.h: Removed unnecessary #include directives ...

* *.c: ... and added them here.
Этот коммит содержится в:
Roland Illig 2005-02-22 17:00:36 +00:00
родитель d62267c199
Коммит ecc08f6c60
13 изменённых файлов: 172 добавлений и 17 удалений

Просмотреть файл

@ -1,3 +1,8 @@
2005-02-22 Roland Illig <roland.illig@gmx.de>
* edit.h: Removed unnecessary #include directives ...
* *.c: ... and added them here.
2005-02-08 Roland Illig <roland.illig@gmx.de>
* editdraw.c: Renamed redraw_labels to buttonbar_redraw.

Просмотреть файл

@ -20,8 +20,21 @@
02111-1307, USA.
*/
#include <config.h>
#include <ctype.h>
#include <errno.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include "../src/global.h"
#include "edit.h"
#include "edit-widget.h"

Просмотреть файл

@ -21,6 +21,20 @@
*/
#include <config.h>
#include <stdio.h>
#include <stdarg.h>
#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>
#include "../src/global.h"
#include "edit.h"
#include "editlock.h"
#include "edit-widget.h"

Просмотреть файл

@ -23,22 +23,6 @@
#ifndef MC_EDIT_H
#define MC_EDIT_H
#include <stdio.h>
#include <stdarg.h>
#include <sys/types.h>
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <string.h>
#include <ctype.h>
#include <errno.h>
#include <sys/stat.h>
#include <errno.h>
#include <stdlib.h>
#include "../src/global.h"
#define N_menus 5
#define SEARCH_DIALOG_OPTION_NO_SCANF (1 << 0)

Просмотреть файл

@ -26,6 +26,20 @@
#include <config.h>
#include <ctype.h>
#include <stdio.h>
#include <stdarg.h>
#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>
#include "../src/global.h"
#include "edit.h"
#include "editlock.h"
#include "editcmddef.h"

Просмотреть файл

@ -22,6 +22,19 @@
#include <config.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
#include <sys/types.h>
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <string.h>
#include <ctype.h>
#include <errno.h>
#include <sys/stat.h>
#include "../src/global.h"
#include "edit.h"
#include "edit-widget.h"

Просмотреть файл

@ -21,6 +21,21 @@
*/
#include <config.h>
#include <stdio.h>
#include <stdarg.h>
#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>
#include "../src/global.h"
#include "edit.h"
#include "edit-widget.h" /* edit->macro_i */
#include "editcmddef.h" /* list of commands */

Просмотреть файл

@ -23,6 +23,23 @@
#include <config.h>
#include <signal.h> /* kill() */
#include <stdio.h>
#include <stdarg.h>
#include <sys/types.h>
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <string.h>
#include <ctype.h>
#include <errno.h>
#include <sys/stat.h>
#include <errno.h>
#include <stdlib.h>
#include "../src/global.h"
#include "edit.h"
#include "editlock.h"

Просмотреть файл

@ -22,6 +22,22 @@
#include <config.h>
#include <stdio.h>
#include <stdarg.h>
#include <sys/types.h>
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <string.h>
#include <ctype.h>
#include <errno.h>
#include <sys/stat.h>
#include <errno.h>
#include <stdlib.h>
#include "../src/global.h"
#include "edit.h"
#include "../src/wtools.h" /* query_dialog() */
#include "../src/menu.h" /* menu_entry */

Просмотреть файл

@ -21,6 +21,23 @@
*/
#include <config.h>
#include <stdio.h>
#include <stdarg.h>
#include <sys/types.h>
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <string.h>
#include <ctype.h>
#include <errno.h>
#include <sys/stat.h>
#include <errno.h>
#include <stdlib.h>
#include "../src/global.h"
#include "edit.h"
#include "../src/dialog.h" /* B_CANCEL */
#include "../src/wtools.h" /* QuickDialog */

Просмотреть файл

@ -24,6 +24,22 @@
#include <errno.h>
#include <stdio.h>
#include <stdarg.h>
#include <sys/types.h>
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <string.h>
#include <ctype.h>
#include <errno.h>
#include <sys/stat.h>
#include <errno.h>
#include <stdlib.h>
#include "../src/global.h"
#include "edit.h"
#include "edit-widget.h"

Просмотреть файл

@ -21,6 +21,20 @@
*/
#include <config.h>
#include <stdio.h>
#include <stdarg.h>
#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>
#include "../src/global.h"
#include "edit.h"
#include "edit-widget.h"
#include "../src/color.h" /* use_colors */

Просмотреть файл

@ -19,6 +19,23 @@
*/
#include <config.h>
#include <stdio.h>
#include <stdarg.h>
#include <sys/types.h>
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <string.h>
#include <ctype.h>
#include <errno.h>
#include <sys/stat.h>
#include <errno.h>
#include <stdlib.h>
#include "../src/global.h"
#include "edit.h"
#include "edit-widget.h"