This email list is read-only. Emails sent to this list will be discarded ---------------------------------- include/device.h | 6 +++--- include/security.h | 2 -- 2 files changed, 3 insertions(+), 5 deletions(-)
New commits: commit 0f4ccc394ccc563eb895f2846f631a47a65afa96 Author: Marcel Holtmann <[email protected]> Date: Tue Dec 30 01:59:45 2008 +0100 Move header includes before declarations commit 1eb4abe7768b5c550ce63ed426b17ed523456285 Author: Marcel Holtmann <[email protected]> Date: Tue Dec 30 01:58:23 2008 +0100 Remove unused include of header file Diff in this email is a maximum of 400 lines. diff --git a/include/device.h b/include/device.h index 8eba617..c9f6d76 100644 --- a/include/device.h +++ b/include/device.h @@ -22,13 +22,13 @@ #ifndef __CONNMAN_DEVICE_H #define __CONNMAN_DEVICE_H +#include <connman/types.h> +#include <connman/network.h> + #ifdef __cplusplus extern "C" { #endif -#include <connman/types.h> -#include <connman/network.h> - /** * SECTION:device * @title: Device premitives diff --git a/include/security.h b/include/security.h index 895464a..a780632 100644 --- a/include/security.h +++ b/include/security.h @@ -26,8 +26,6 @@ extern "C" { #endif -#include <connman/element.h> - /** * SECTION:security * @title: Security premitives _______________________________________________ Commits mailing list [email protected] https://lists.moblin.org/mailman/listinfo/commits
