treewide: don't include <region.h> anymore

Nothing in there that we need, include <regionstr.h> instead.
But keeping the file in place, until all external consumer have
been migrated.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-11-21 20:56:22 +01:00
committed by Enrico Weigelt
parent d4e67aa773
commit 9b8d7d1eb9
12 changed files with 18 additions and 20 deletions

View File

@@ -30,7 +30,7 @@
#include "scrnintstr.h"
#include "pixmap.h"
#include "pixmapstr.h"
#include "region.h"
#include "regionstr.h"
#include "gcstruct.h"
#include "colormap.h"
#include "miscstruct.h"