replace <region.h> by <regionstr.h>

The <region.h> header is deprecated, anything we might need from it
is already reachable via <regionstr.h>

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-11-20 14:29:19 +01:00
committed by Enrico Weigelt
parent bcdaee5bb8
commit 93c6a64bab
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@
#include "xf86Cursor.h"
#include "region.h"
#include "regionstr.h"
#ifdef RANDR
#include <X11/extensions/randr.h>

View File

@@ -51,7 +51,7 @@
#include "xf86Cursor.h"
#include "region.h"
#include "regionstr.h"
#include "compat-api.h"
#include "riva_local.h"