Move include directive to the right spot
authorMarcel Holtmann <marcel@holtmann.org>
Sat, 8 Aug 2009 01:09:34 +0000 (18:09 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 8 Aug 2009 01:09:34 +0000 (18:09 -0700)
include/dbus.h

index 0593a60..5bc8288 100644 (file)
 #ifndef __CONNMAN_DBUS_H
 #define __CONNMAN_DBUS_H
 
+#include <dbus/dbus.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif
 
-#include <dbus/dbus.h>
-
 #define CONNMAN_SERVICE                        "org.moblin.connman"
 
 #define CONNMAN_DEBUG_INTERFACE                CONNMAN_SERVICE ".Debug"