Include the iotcon header in connectivity_internal.h
authorJin Yoon <jinny.yoon@samsung.com>
Mon, 21 Aug 2017 02:56:49 +0000 (11:56 +0900)
committerJin Yoon <jinny.yoon@samsung.com>
Mon, 21 Aug 2017 02:56:49 +0000 (11:56 +0900)
Change-Id: I5cdcf95fdb920cebbdec1e03dd31a3eb99fc59c3

inc/connectivity_internal.h
src/connectivity.c
src/controller.c

index 33ea0e4..d3da902 100644 (file)
@@ -22,6 +22,8 @@
 #ifndef __POSITION_FINDER_CONNECTIVITY_INTERNAL_H__
 #define __POSITION_FINDER_CONNECTIVITY_INTERNAL_H__
 
+#include <iotcon.h>
+
 extern int connectivity_init(void);
 extern int connectivity_fini(void);
 
index 5065735..0ec3195 100644 (file)
@@ -25,8 +25,6 @@
 #include <glib.h>
 #include <Eina.h>
 
-#include <iotcon.h>
-
 #include "log.h"
 #include "connectivity.h"
 
index 6e1e50f..f533159 100644 (file)
@@ -25,8 +25,6 @@
 #include <tizen.h>
 #include <service_app.h>
 
-#include <iotcon.h> // Please remove this after test
-
 #include "log.h"
 #include "resource.h"
 #include "connectivity.h"