From 2e5ea298da89df79fc057ad46253e5a9d860e7e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Tue, 15 Feb 2022 16:36:42 +0100 Subject: Combine header files. Some older UNIX programs are organized like this, and I think it gives a very good overview over the code. See troff for an example. --- c/main.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'c/main.c') 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 #include #include @@ -7,9 +5,7 @@ #include #include "resource.h" -#include "common.h" -#include "episodelistview.h" -#include "main.h" +#include "defs.h" HFONT g_GUIFont; HFONT g_GUIFontBold; -- cgit v1.2.3