aboutsummaryrefslogtreecommitdiff
path: root/c/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'c/main.cpp')
-rw-r--r--c/main.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/c/main.cpp b/c/main.cpp
index 82c95ba..cbfb8f1 100644
--- a/c/main.cpp
+++ b/c/main.cpp
@@ -1,10 +1,15 @@
+#include <exception>
#include <windows.h>
#include <commctrl.h>
#include <uxtheme.h>
#include <SWI-Prolog.h>
#include "resource.h"
-#include "defs.h"
+#include "common.h"
+#include "datalistview.h"
+#include "episodelistview.h"
+#include "main.h"
+#include "pl.h"
DataListView *g_lpDlv = nullptr;
EpisodeListView *g_lpElv = nullptr;