system-controller: tizen_platform include order fix.
authorIsmo Puustinen <ismo.puustinen@intel.com>
Fri, 10 Oct 2014 14:15:59 +0000 (17:15 +0300)
committerKrisztian Litkey <krisztian.litkey@intel.com>
Thu, 8 Jan 2015 16:37:18 +0000 (18:37 +0200)
Change-Id: I354cc3be91c6f40e1dec03046c628892c89640d3

src/plugins/ivi-resource-manager/appid.c

index 527fef7..422cc21 100644 (file)
 #include <limits.h>
 #include <errno.h>
 
-#ifdef TZCONFIG_ENABLED
-#    include <tzplatform_config.h>
-#endif
-
 #include <murphy/common.h>
 
 #include "appid.h"
 
+#ifdef TZCONFIG_ENABLED
+#    include <tzplatform_config.h>
+#endif
+
 #define APP_MAX   1024
 
 typedef struct appid_map_s   appid_map_t;