From 17a49e755585adc9926ebaa00b34ac39ed79bdd5 Mon Sep 17 00:00:00 2001 From: SooChan Lim Date: Mon, 6 Aug 2018 13:39:36 +0900 Subject: [PATCH] move tbm_surface_internal.h file to c file. Change-Id: I71ad0dfdb2919f6dc9cba2f1eccc08009913b746 --- client/tdm_client.c | 1 + client/tdm_client.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/client/tdm_client.c b/client/tdm_client.c index 53434f1..32bdb52 100644 --- a/client/tdm_client.c +++ b/client/tdm_client.c @@ -54,6 +54,7 @@ #include "tdm_list.h" #include "tdm.h" #include "tdm_private.h" +#include #define TDM_ARRAY_NTH_DATA(array, type, n) (((type*)((array)->data)) + n) diff --git a/client/tdm_client.h b/client/tdm_client.h index 420c5e2..f431f1c 100644 --- a/client/tdm_client.h +++ b/client/tdm_client.h @@ -431,7 +431,6 @@ tdm_client_vblank_is_waiting(tdm_client_vblank *vblank); /* Virtual Output */ #include -#include tdm_client_voutput * tdm_client_create_voutput(tdm_client *client, const char *name, tdm_error *error); -- 2.7.4