@@ -32,10 +32,10 @@
#include <os2.h>
#endif
-#include "tty.h"
-#include "util.h"
-#include "win.h"
-#include "cons.saver.h"
+#include "../src/tty.h"
+#include "../src/util.h"
+#include "../src/win.h"
+#include "../src/cons.saver.h"
signed char console_flag = 1;
static unsigned char *scr_buffer;
@@ -33,12 +33,12 @@
#define INCL_WININPUT
#include <stdio.h>
-#include "mouse.h"
-#include "global.h"
-#include "main.h"
-#include "key.h"
+#include "../src/mouse.h"
+#include "../src/global.h"
+#include "../src/main.h"
+#include "../src/key.h"
#include "../vfs/vfs.h"
/* Code to read keystrokes in a separate thread */
@@ -19,6 +19,8 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
+#include <config.h>
+
#define INCL_DOS
#define INCL_PM
#define INCL_DOSPROCESS
@@ -26,13 +28,11 @@
#define INCL_DOSDEVICES /* Device values */
#define INCL_DOSDATETIME
#define INCL_DOSERRORS
-#include "config.h"
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
-#include <config.h>
#include <ctype.h>
#include <sys/stat.h>
#include <errno.h>
@@ -45,9 +45,9 @@
#include <stdarg.h>
#include <process.h>
-#include <fs.h>
-#include "dialog.h"
+#include "../src/fs.h"
+#include "../src/dialog.h"
#ifndef ENOTEMPTY
#define ENOTEMPTY ERROR_DIR_NOT_EMPTY