summaryrefslogtreecommitdiff
path: root/src/controller.c
diff options
context:
space:
mode:
authorJin Yoon <jinny.yoon@samsung.com>2017-08-08 19:55:39 +0900
committerJin Yoon <jinny.yoon@samsung.com>2017-08-08 19:55:39 +0900
commitd86a718678c2dc8a5ee557c08c11f301c8e47d59 (patch)
tree11c2283f081bfff285c39639638ec04c129dfb96 /src/controller.c
parent385e0d94669178e257daced33990597d22bfa7e8 (diff)
downloadrcc-d86a718678c2dc8a5ee557c08c11f301c8e47d59.tar.gz
rcc-d86a718678c2dc8a5ee557c08c11f301c8e47d59.tar.bz2
rcc-d86a718678c2dc8a5ee557c08c11f301c8e47d59.zip
Copy CBOR file from res dir to data dir for protecting crash
Change-Id: I02d9d726a3827c348d23f151a53fb1e03980d6f5
Diffstat (limited to 'src/controller.c')
-rw-r--r--src/controller.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/controller.c b/src/controller.c
index 20388a7..e662a99 100644
--- a/src/controller.c
+++ b/src/controller.c
@@ -19,11 +19,11 @@
* limitations under the License.
*/
-#include <tizen.h>
-#include <Ecore.h>
-#include <service_app.h>
#include <unistd.h>
#include <glib.h>
+#include <Ecore.h>
+#include <tizen.h>
+#include <service_app.h>
#include <iotcon.h> // Please remove this after test