From 01ba3f4b101d6bf67906f290fa3bf0cc954b6bc7 Mon Sep 17 00:00:00 2001 From: Amritanshu Pandia Date: Wed, 29 Jun 2016 16:50:29 +0530 Subject: [PATCH] [TCT][templates][Non-ACR][DPTTIZEN-2129 - Modified header positions in template files] Change-Id: I5a46824d7ccb7fd2964efcf28cb71e2391ed9ee1 Signed-off-by: Amritanshu Pandia --- templates/src-directory/ctc/tct-[module_name]-native.c | 2 +- templates/src-directory/utc/tct-[module_name]-core.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/src-directory/ctc/tct-[module_name]-native.c b/templates/src-directory/ctc/tct-[module_name]-native.c index cbf7c09..130cb8d 100755 --- a/templates/src-directory/ctc/tct-[module_name]-native.c +++ b/templates/src-directory/ctc/tct-[module_name]-native.c @@ -13,6 +13,7 @@ // See the License for the specific language governing permissions and // limitations under the License. // +#include "tct_common.h" #ifdef MOBILE //Starts MOBILE #include "tct-%{MODULE_NAME}-native_mobile.h" @@ -35,7 +36,6 @@ #include #include #include -#include "tct_common.h" #include #include diff --git a/templates/src-directory/utc/tct-[module_name]-core.c b/templates/src-directory/utc/tct-[module_name]-core.c index fdade3f..7b8bd27 100755 --- a/templates/src-directory/utc/tct-[module_name]-core.c +++ b/templates/src-directory/utc/tct-[module_name]-core.c @@ -13,6 +13,7 @@ // See the License for the specific language governing permissions and // limitations under the License. // +#include "tct_common.h" #ifdef MOBILE //Starts MOBILE #include "tct-%{MODULE_NAME}-core_mobile.h" @@ -39,7 +40,6 @@ #include #include #include -#include "tct_common.h" #include #include -- 2.7.4