From: Marcel Holtmann Date: Sat, 8 Aug 2009 01:09:34 +0000 (-0700) Subject: Move include directive to the right spot X-Git-Tag: 0.39~56 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3d0695bf9174934e300a983bc838d01ed02b8fdc;p=platform%2Fupstream%2Fconnman.git Move include directive to the right spot --- diff --git a/include/dbus.h b/include/dbus.h index 0593a60..5bc8288 100644 --- a/include/dbus.h +++ b/include/dbus.h @@ -22,12 +22,12 @@ #ifndef __CONNMAN_DBUS_H #define __CONNMAN_DBUS_H +#include + #ifdef __cplusplus extern "C" { #endif -#include - #define CONNMAN_SERVICE "org.moblin.connman" #define CONNMAN_DEBUG_INTERFACE CONNMAN_SERVICE ".Debug"