Remove dbus-glib-1 dependency
[platform/core/api/serial.git] / include / serial_private.h
index 2e5c88f..7c0ddf3 100644 (file)
@@ -17,8 +17,6 @@
 #ifndef __TIZEN_NETWORK_SERIAL_PRIVATE_H__
 #define __TIZEN_NETWORK_SERIAL_PRIVATE_H__
 
-#include <dbus/dbus-glib.h>
-
 #include "serial.h"
 
 #ifdef __cplusplus
@@ -39,7 +37,7 @@ extern "C" {
   * @brief Serial handle
   */
        typedef struct _serial_s {
-               DBusGConnection *client_bus;
+               DBusConnection *client_bus;
                int client_socket;
                int g_watch_id;
                serial_event_s state_handler;