From 3d0695bf9174934e300a983bc838d01ed02b8fdc Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 7 Aug 2009 18:09:34 -0700 Subject: [PATCH] Move include directive to the right spot --- include/dbus.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.7.4