From 04daecdd21e86e7556a9462380096530228cd6ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Wed, 3 Aug 2022 21:57:27 +0200 Subject: Split common.h to util.h, wcharptr.h and win.h. --- c/layout.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/layout.cpp') diff --git a/c/layout.cpp b/c/layout.cpp index 94978bb..cbfb831 100644 --- a/c/layout.cpp +++ b/c/layout.cpp @@ -1,9 +1,9 @@ #include -#include "common.h" #include "episodelistview.h" #include "datalistview.h" #include "layout.h" +#include "win.h" extern HWND g_hWnd; extern HWND g_hWndStatus; -- cgit v1.2.3