From 100876337af28f9e86259e0a17e28d1ea1b737a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Sat, 3 Jul 2021 12:58:30 +0100 Subject: Move version_info.[ch] to ui/ Version info is an aspect of UI implementation so move it to a more appropriate place, such as ui/. This also helps declutter the top-level. A static library is appropriate to encapsulate the dependencies as private and it is better supported by CMake than object libraries. Also version_info.h should not be installed as a public header. --- captype.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'captype.c') diff --git a/captype.c b/captype.c index 558aa9465b..c8448d4b91 100644 --- a/captype.c +++ b/captype.c @@ -42,7 +42,7 @@ #include #include #include -#include +#include #ifdef HAVE_PLUGINS #include -- cgit v1.2.3