1
1

edit/edit.h: added function prototypes.

edit/editcmd.c: removed include of eregex.h
vfs/vfs-impl.h: removed commented include of <stddef.h>.
Этот коммит содержится в:
Andrew Borodin 2009-05-07 23:06:05 +04:00
родитель 26852546b7
Коммит 9ef324f7bb
2 изменённых файлов: 8 добавлений и 1 удалений

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

@ -66,6 +66,14 @@
#include "../src/selcodepage.h"
#include "../src/strutil.h" /* utf string functions */
#include "../edit/edit.h"
#include "../edit/editlock.h"
#include "../edit/editcmddef.h"
#include "../edit/edit-widget.h"
#include "../edit/editcmd_dialogs.h"
#include "../edit/etags.h"
/* globals: */
/* search and replace: */

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

@ -9,7 +9,6 @@
#ifdef USE_VFS
/*#include <stddef.h>*/
#include <sys/types.h>
#include <dirent.h>