aboutsummaryrefslogtreecommitdiff
path: root/c/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/main.c')
-rw-r--r--c/main.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/c/main.c b/c/main.c
index abe6044..80578dc 100644
--- a/c/main.c
+++ b/c/main.c
@@ -1,5 +1,3 @@
-#include "main.h"
-
#include <windows.h>
#include <commctrl.h>
#include <stdio.h>
@@ -7,9 +5,7 @@
#include <SWI-Prolog.h>
#include "resource.h"
-#include "common.h"
-#include "episodelistview.h"
-#include "main.h"
+#include "defs.h"
HFONT g_GUIFont;
HFONT g_GUIFontBold;