|
@@ -43,18 +43,11 @@
|
|
#include <errno.h>
|
|
#include <errno.h>
|
|
#include <sys/stat.h>
|
|
#include <sys/stat.h>
|
|
#include <stdlib.h>
|
|
#include <stdlib.h>
|
|
|
|
+#include <fcntl.h>
|
|
|
|
|
|
#include "../src/global.h"
|
|
#include "../src/global.h"
|
|
#include "../src/history.h"
|
|
#include "../src/history.h"
|
|
|
|
|
|
-#include "edit-impl.h"
|
|
|
|
-#include "editlock.h"
|
|
|
|
-#include "editcmddef.h"
|
|
|
|
-#include "edit-widget.h"
|
|
|
|
-#include "editcmd_dialogs.h"
|
|
|
|
-#include "../edit/etags.h"
|
|
|
|
-#include "../src/panel.h"
|
|
|
|
-
|
|
|
|
#include "../src/tty.h" /* LINES */
|
|
#include "../src/tty.h" /* LINES */
|
|
#include "../src/widget.h" /* listbox_new() */
|
|
#include "../src/widget.h" /* listbox_new() */
|
|
#include "../src/layout.h" /* clr_scr() */
|
|
#include "../src/layout.h" /* clr_scr() */
|
|
@@ -66,6 +59,14 @@
|
|
#include "../src/selcodepage.h"
|
|
#include "../src/selcodepage.h"
|
|
#include "../src/strutil.h" /* utf string functions */
|
|
#include "../src/strutil.h" /* utf string functions */
|
|
|
|
|
|
|
|
+#include "../edit/edit-impl.h"
|
|
|
|
+#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: */
|
|
/* globals: */
|
|
|
|
|
|
/* search and replace: */
|
|
/* search and replace: */
|