From f789dca4e9e0ca5cfcdb1f95a7479cb1ca113738 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 12 Mar 2024 18:58:40 +0100 Subject: [PATCH] dix: move closestr.h into dix directory It's only used by dix internally (actually just dixfonts.c - since at least 25 years now), thus no need to keep it in global include directory. Signed-off-by: Enrico Weigelt, metux IT consult Part-of: --- {include => dix}/closestr.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {include => dix}/closestr.h (100%) diff --git a/include/closestr.h b/dix/closestr.h similarity index 100% rename from include/closestr.h rename to dix/closestr.h