From: Amritanshu Pandia Date: Wed, 29 Jun 2016 11:20:29 +0000 (+0530) Subject: [TCT][templates][Non-ACR][DPTTIZEN-2129 - Modified header positions in template files] X-Git-Tag: Beta_RC14~37 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=01ba3f4b101d6bf67906f290fa3bf0cc954b6bc7;p=test%2Ftct%2Fnative%2Fapi.git [TCT][templates][Non-ACR][DPTTIZEN-2129 - Modified header positions in template files] Change-Id: I5a46824d7ccb7fd2964efcf28cb71e2391ed9ee1 Signed-off-by: Amritanshu Pandia --- 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