From: SooChan Lim Date: Tue, 22 Jun 2021 07:17:19 +0000 (+0900) Subject: tbm_bufmgr: do not include the backend header files X-Git-Tag: accepted/tizen/unified/20210625.170433~17 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Flibtbm.git;a=commitdiff_plain;h=b44b4408cf74e24e00385c997f2c2426d3131487 tbm_bufmgr: do not include the backend header files tbm_module include the backend header files, so tbm_bufmgr does not need to include the backend header files. Change-Id: I923c6ffcc44d372983c6e26bf064e020c13718aa --- diff --git a/src/tbm_bufmgr_int.h b/src/tbm_bufmgr_int.h index 7e64f30..9212f1e 100644 --- a/src/tbm_bufmgr_int.h +++ b/src/tbm_bufmgr_int.h @@ -55,10 +55,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include #include #include -#include -#include #include -#include #include "tbm_module.h" extern tbm_bufmgr gBufMgr;