projects
/
platform
/
upstream
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a90839
)
Move include directive to the right spot
author
Marcel Holtmann
<marcel@holtmann.org>
Sat, 8 Aug 2009 01:09:34 +0000
(18:09 -0700)
committer
Marcel Holtmann
<marcel@holtmann.org>
Sat, 8 Aug 2009 01:09:34 +0000
(18:09 -0700)
include/dbus.h
patch
|
blob
|
history
diff --git
a/include/dbus.h
b/include/dbus.h
index
0593a60
..
5bc8288
100644
(file)
--- a/
include/dbus.h
+++ b/
include/dbus.h
@@
-22,12
+22,12
@@
#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"