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/listview.h | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 c/listview.h (limited to 'c/listview.h') diff --git a/c/listview.h b/c/listview.h deleted file mode 100644 index 3ca0cf3..0000000 --- a/c/listview.h +++ /dev/null @@ -1,4 +0,0 @@ -#pragma once -#include - -HWND LvCreate(HWND, HMENU); -- cgit v1.2.3