From: sung.goo.kim Date: Wed, 4 Nov 2015 03:24:28 +0000 (+0900) Subject: Replace from stdbool.h to tizen_type.h X-Git-Tag: submit/tizen/20151130.235229~50 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=47f9847093dd51faef7e01a8f706d12d14f1f947;p=platform%2Fcore%2Fiot%2Fiotcon.git Replace from stdbool.h to tizen_type.h Change-Id: Ib7b5630cf86d68dd3ae3fca6f8da95f8af5864f0 --- diff --git a/daemon/icd-ioty.c b/daemon/icd-ioty.c index 003d6a5..30dec22 100644 --- a/daemon/icd-ioty.c +++ b/daemon/icd-ioty.c @@ -17,9 +17,9 @@ #include #include #include /* for uint8_t etc */ -#include #include #include +#include #include #include diff --git a/lib/icl-dbus.c b/lib/icl-dbus.c index 1f4ab16..42bdb60 100644 --- a/lib/icl-dbus.c +++ b/lib/icl-dbus.c @@ -15,8 +15,8 @@ */ #include #include -#include #include +#include #include "iotcon.h" #include "ic-common.h" diff --git a/lib/icl-options.c b/lib/icl-options.c index cc586b4..bd1ef0f 100644 --- a/lib/icl-options.c +++ b/lib/icl-options.c @@ -13,10 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#include #include #include #include +#include #include "iotcon-struct.h" #include "ic-utils.h" diff --git a/lib/icl-query.c b/lib/icl-query.c index 75941ec..75aec57 100644 --- a/lib/icl-query.c +++ b/lib/icl-query.c @@ -15,11 +15,11 @@ */ #include -#include #include #include #include #include +#include #include "iotcon-struct.h" #include "ic-utils.h" diff --git a/lib/icl-remote-resource.c b/lib/icl-remote-resource.c index e807388..0c9dbf0 100644 --- a/lib/icl-remote-resource.c +++ b/lib/icl-remote-resource.c @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#include #include #include #include #include #include +#include #include "iotcon.h" #include "ic-utils.h" diff --git a/lib/icl-repr-value.h b/lib/icl-repr-value.h index b3f4993..4916c72 100644 --- a/lib/icl-repr-value.h +++ b/lib/icl-repr-value.h @@ -16,8 +16,8 @@ #ifndef __IOT_CONNECTIVITY_MANAGER_LIBRARY_REPRESENTATION_VALUE_H__ #define __IOT_CONNECTIVITY_MANAGER_LIBRARY_REPRESENTATION_VALUE_H__ -#include #include +#include #include "iotcon-struct.h" diff --git a/lib/icl-repr.c b/lib/icl-repr.c index 8f80ae7..e4f78de 100644 --- a/lib/icl-repr.c +++ b/lib/icl-repr.c @@ -16,11 +16,11 @@ #include #include -#include #include #include #include #include +#include #include "iotcon-struct.h" #include "iotcon-representation.h" diff --git a/lib/icl-repr.h b/lib/icl-repr.h index 728ce19..70a0793 100644 --- a/lib/icl-repr.h +++ b/lib/icl-repr.h @@ -16,8 +16,8 @@ #ifndef __IOT_CONNECTIVITY_MANAGER_LIBRARY_REPRESENTATION_H__ #define __IOT_CONNECTIVITY_MANAGER_LIBRARY_REPRESENTATION_H__ -#include #include +#include #include "iotcon-struct.h" #include "icl-repr-value.h" diff --git a/lib/icl-resource.c b/lib/icl-resource.c index e3c68cf..bae3ae4 100644 --- a/lib/icl-resource.c +++ b/lib/icl-resource.c @@ -13,13 +13,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#include #include #include #include #include #include #include +#include #include "iotcon.h" #include "ic-utils.h" diff --git a/lib/include/iotcon-list.h b/lib/include/iotcon-list.h index 50ade26..88f37dc 100644 --- a/lib/include/iotcon-list.h +++ b/lib/include/iotcon-list.h @@ -16,7 +16,7 @@ #ifndef __IOT_CONNECTIVITY_MANAGER_STRUCT_LIST_H__ #define __IOT_CONNECTIVITY_MANAGER_STRUCT_LIST_H__ -#include +#include #include /** diff --git a/lib/include/iotcon-remote-resource.h b/lib/include/iotcon-remote-resource.h index 1187521..45da3eb 100644 --- a/lib/include/iotcon-remote-resource.h +++ b/lib/include/iotcon-remote-resource.h @@ -16,7 +16,7 @@ #ifndef __IOT_CONNECTIVITY_MANAGER_CLIENT_REMOTE_RESOURCE_H__ #define __IOT_CONNECTIVITY_MANAGER_CLIENT_REMOTE_RESOURCE_H__ -#include +#include #include /** diff --git a/lib/include/iotcon-resource.h b/lib/include/iotcon-resource.h index 1047b3e..0318d02 100644 --- a/lib/include/iotcon-resource.h +++ b/lib/include/iotcon-resource.h @@ -16,7 +16,7 @@ #ifndef __IOT_CONNECTIVITY_MANAGER_SERVER_RESOURCE_H__ #define __IOT_CONNECTIVITY_MANAGER_SERVER_RESOURCE_H__ -#include +#include #include /** diff --git a/lib/include/iotcon-state.h b/lib/include/iotcon-state.h index 7ebc6d3..60739c7 100644 --- a/lib/include/iotcon-state.h +++ b/lib/include/iotcon-state.h @@ -16,7 +16,7 @@ #ifndef __IOT_CONNECTIVITY_MANAGER_STRUCT_STATE_H__ #define __IOT_CONNECTIVITY_MANAGER_STRUCT_STATE_H__ -#include +#include #include /** diff --git a/lib/include/iotcon.h b/lib/include/iotcon.h index 8f3c2a4..5cee279 100644 --- a/lib/include/iotcon.h +++ b/lib/include/iotcon.h @@ -20,7 +20,7 @@ extern "C" { #endif -#include +#include #include #include diff --git a/test/iotcon-test-basic-client.c b/test/iotcon-test-basic-client.c index 2362bbc..905ceca 100644 --- a/test/iotcon-test-basic-client.c +++ b/test/iotcon-test-basic-client.c @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#include #include #include +#include #include #include "test.h" diff --git a/test/iotcon-test-basic-server.c b/test/iotcon-test-basic-server.c index 0848abc..f17a836 100644 --- a/test/iotcon-test-basic-server.c +++ b/test/iotcon-test-basic-server.c @@ -15,8 +15,8 @@ */ #include -#include #include +#include #include #include diff --git a/test/iotcon-test-encap-client.c b/test/iotcon-test-encap-client.c index 2ab9667..06ed82b 100644 --- a/test/iotcon-test-encap-client.c +++ b/test/iotcon-test-encap-client.c @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#include #include #include +#include #include #include "test.h" diff --git a/test/iotcon-test-encap-server.c b/test/iotcon-test-encap-server.c index d89ee19..4dd0676 100644 --- a/test/iotcon-test-encap-server.c +++ b/test/iotcon-test-encap-server.c @@ -15,8 +15,8 @@ */ #include -#include #include +#include #include #include diff --git a/test/iotcon-test-repr-server.c b/test/iotcon-test-repr-server.c index ffe7214..4f021b9 100644 --- a/test/iotcon-test-repr-server.c +++ b/test/iotcon-test-repr-server.c @@ -15,8 +15,8 @@ */ #include -#include #include +#include #include #include "test.h"