region: Fix a warning of implicit declaration 19/301919/1
authorChangyeon Lee <cyeon.lee@samsung.com>
Mon, 27 Nov 2023 07:36:42 +0000 (16:36 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Mon, 27 Nov 2023 08:54:59 +0000 (17:54 +0900)
commitfa20973952e547db0046e2dee2916253695727e0
treecfdcab6b979e5a3acac531870afc396f857c38db
parenta0fecade27f9867b14cdda728747777a1a0085b8
region: Fix a warning of implicit declaration

Since the commit '91541b3' was applied, the declaration of function has
been removed from the 'region.h' header.

This patch fixes a following warning by including 'libds/region.h' from
'region.h'.

Change-Id: I59737e934aa95b535dba61b360ddca228dda5f7e
warning: implicit declaration of function 'ds_region_from_resource'
src/compositor/compositor.c
src/compositor/surface.c
src/region.c