From b44b4408cf74e24e00385c997f2c2426d3131487 Mon Sep 17 00:00:00 2001 From: SooChan Lim Date: Tue, 22 Jun 2021 16:17:19 +0900 Subject: [PATCH] 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 --- src/tbm_bufmgr_int.h | 3 --- 1 file changed, 3 deletions(-) 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; -- 2.34.1