Include the iotcon header in connectivity_internal.h 39/145039/1
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 33ea0e4cda01e9911cb133faffce752033360cd0..d3da902fa7046990f180fc270321a1be0c27d0e7 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 5065735859b8b640fc846a8aa9a7c9f85529943b..0ec31957c2b730d80b1dff43c0bccb4b4f5db840 100644 (file)
@@ -25,8 +25,6 @@
 #include <glib.h>
 #include <Eina.h>
 
-#include <iotcon.h>
-
 #include "log.h"
 #include "connectivity.h"
 
index 6e1e50f97bf2503bdb994e593d743bffb7fcf678..f533159361dac49e5124e77ac1552bfe4a0bfc17 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"