move tbm_surface_internal.h file to c file. 76/185976/1
authorSooChan Lim <sc1.lim@samsung.com>
Mon, 6 Aug 2018 04:39:36 +0000 (13:39 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Mon, 6 Aug 2018 04:39:36 +0000 (13:39 +0900)
Change-Id: I71ad0dfdb2919f6dc9cba2f1eccc08009913b746

client/tdm_client.c
client/tdm_client.h

index 53434f1..32bdb52 100644 (file)
@@ -54,6 +54,7 @@
 #include "tdm_list.h"
 #include "tdm.h"
 #include "tdm_private.h"
+#include <tbm_surface_internal.h>
 
 #define TDM_ARRAY_NTH_DATA(array, type, n) (((type*)((array)->data)) + n)
 
index 420c5e2..f431f1c 100644 (file)
@@ -431,7 +431,6 @@ tdm_client_vblank_is_waiting(tdm_client_vblank *vblank);
 
 /* Virtual Output */
 #include <tbm_surface.h>
-#include <tbm_surface_internal.h>
 
 tdm_client_voutput *
 tdm_client_create_voutput(tdm_client *client, const char *name, tdm_error *error);