Fixed includes.

Added missed includes. Fixed includes after rebase.

Signed-off-by: Andrew Borodin <borodin@borodin.zarya>
This commit is contained in:
Andrew Borodin 2009-06-19 14:36:36 +04:00
parent 9ef324f7bb
commit 68354273a3
4 changed files with 5 additions and 8 deletions

View File

@ -24,6 +24,8 @@
#include <config.h>
#include <stdlib.h>
#include "edit-impl.h"
#include "../src/global.h"
#include "../src/wtools.h"

View File

@ -48,13 +48,6 @@
#include "../src/global.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/tty.h" /* LINES */
#include "../src/widget.h" /* listbox_new() */
#include "../src/layout.h" /* clr_scr() */
@ -66,7 +59,7 @@
#include "../src/selcodepage.h"
#include "../src/strutil.h" /* utf string functions */
#include "../edit/edit-impl.h"
#include "../edit/edit.h"
#include "../edit/editlock.h"
#include "../edit/editcmddef.h"

View File

@ -27,6 +27,7 @@
#include <config.h>
#include <stdlib.h>
#include "../src/global.h"
#include "../src/search/search.h"

View File

@ -49,6 +49,7 @@
#include <pwd.h>
#include <grp.h>
#include <sys/time.h> /* gettimeofday() */
#include <stdlib.h>
#include <string.h>
#include "../src/global.h"