tbm_bufmgr: do not include the backend header files 13/260313/1
authorSooChan Lim <sc1.lim@samsung.com>
Tue, 22 Jun 2021 07:17:19 +0000 (16:17 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Wed, 23 Jun 2021 07:13:48 +0000 (16:13 +0900)
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

index 7e64f30..9212f1e 100644 (file)
@@ -55,10 +55,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 #include <tbm_surface_internal.h>
 #include <tbm_surface_queue.h>
 #include <tbm_log.h>
-#include <tbm_bufmgr_backend.h>
-#include <tbm_backend.h>
 #include <tbm_error.h>
-#include <hal/hal-tbm.h>
 #include "tbm_module.h"
 
 extern tbm_bufmgr gBufMgr;