summaryrefslogtreecommitdiff
path: root/include/device.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-12-30 01:59:45 +0100
committerMarcel Holtmann <marcel@holtmann.org>2008-12-30 01:59:45 +0100
commit0f4ccc394ccc563eb895f2846f631a47a65afa96 (patch)
treed5d1d000d5055a9b5c6d4abae175a35ed7e90f36 /include/device.h
parent1eb4abe7768b5c550ce63ed426b17ed523456285 (diff)
downloadconnman-0f4ccc394ccc563eb895f2846f631a47a65afa96.tar.gz
connman-0f4ccc394ccc563eb895f2846f631a47a65afa96.tar.bz2
connman-0f4ccc394ccc563eb895f2846f631a47a65afa96.zip
Move header includes before declarations
Diffstat (limited to 'include/device.h')
-rw-r--r--include/device.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/device.h b/include/device.h
index 8eba617b..c9f6d767 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