summaryrefslogtreecommitdiff
path: root/src/heretic/d_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/heretic/d_main.c')
-rw-r--r--src/heretic/d_main.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/heretic/d_main.c b/src/heretic/d_main.c
index dc647556..900f4ff6 100644
--- a/src/heretic/d_main.c
+++ b/src/heretic/d_main.c
@@ -23,15 +23,11 @@
// D_main.c
-#ifdef __WATCOMC__
-#include <dos.h>
-#include <graph.h>
-#include <sys\types.h>
-#include <direct.h>
-#endif
#include <stdio.h>
#include <stdlib.h>
+
#include "doomdef.h"
+#include "m_argv.h"
#include "p_local.h"
#include "s_sound.h"
#include "v_video.h"