[TCT][templates][Non-ACR][DPTTIZEN-2129 - Modified header positions in template files]
authorAmritanshu Pandia <a.pandia1@samsung.com>
Wed, 29 Jun 2016 11:20:29 +0000 (16:50 +0530)
committerAmritanshu Pandia <a.pandia1@samsung.com>
Wed, 29 Jun 2016 11:22:10 +0000 (04:22 -0700)
Change-Id: I5a46824d7ccb7fd2964efcf28cb71e2391ed9ee1
Signed-off-by: Amritanshu Pandia <a.pandia1@samsung.com>
templates/src-directory/ctc/tct-[module_name]-native.c
templates/src-directory/utc/tct-[module_name]-core.c

index cbf7c09..130cb8d 100755 (executable)
@@ -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 <sys/wait.h>
 #include <glib.h>
 #include <stdbool.h>
-#include "tct_common.h"
 #include <app.h>
 #include <dlog.h>
 
index fdade3f..7b8bd27 100755 (executable)
@@ -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 <sys/wait.h>
 #include <glib.h>
 #include <stdbool.h>
-#include "tct_common.h"
 #include <app.h>
 #include <dlog.h>