From: SooChan Lim Date: Thu, 27 Oct 2022 09:03:49 +0000 (+0900) Subject: rename tinyds-tdm-common to tinyds-common X-Git-Tag: accepted/tizen/unified/20230106.165108~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8082f273eb5268c0d52955e8a63db88aa40bc45e;p=platform%2Fcore%2Fuifw%2Flibds-tizen.git rename tinyds-tdm-common to tinyds-common Change-Id: Ic0a78ca9a881e3f60b74036f60f37c5be7fddc90 --- diff --git a/examples/tinyds-tdm-common.h b/examples/tinyds-common.h similarity index 100% rename from examples/tinyds-tdm-common.h rename to examples/tinyds-common.h diff --git a/examples/tinyds-dpms.c b/examples/tinyds-dpms.c index 23821a1..b8fabb4 100644 --- a/examples/tinyds-dpms.c +++ b/examples/tinyds-dpms.c @@ -1,6 +1,6 @@ #include -#include "tinyds-tdm-common.h" +#include "tinyds-common.h" #include "tinyds-dpms.h" struct tinyds_dpms diff --git a/examples/tinyds-policy.c b/examples/tinyds-policy.c index 5ee56af..30146c7 100644 --- a/examples/tinyds-policy.c +++ b/examples/tinyds-policy.c @@ -1,6 +1,6 @@ #include -#include "tinyds-tdm-common.h" +#include "tinyds-common.h" #include "tinyds-policy.h" struct tinyds_policy diff --git a/examples/tinyds-tdm.h b/examples/tinyds-tdm.h index 413cebd..1bbad9e 100644 --- a/examples/tinyds-tdm.h +++ b/examples/tinyds-tdm.h @@ -1,7 +1,7 @@ #ifndef TINYDS_TDM_H #define TINYDS_TDM_H -#include "tinyds-tdm-common.h" +#include "tinyds-common.h" #ifdef USE_TDM_BUFFER_QUEUE #include "pixman-tbm-helper.h"