diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2007-03-21 14:40:19 +0000 |
---|---|---|
committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2007-03-21 14:40:19 +0000 |
commit | aa2c3ce4dcbbe498216407141479e20410d55b77 (patch) | |
tree | 49b5e6c0d0235b517e05643f8438120b6ea92ae2 /input/manager.c | |
parent | 833ce8edc2b4cde819a2aa7efb8e562958c48acd (diff) |
input: code cleanup
Diffstat (limited to 'input/manager.c')
-rw-r--r-- | input/manager.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/input/manager.c b/input/manager.c index 2675b5cb..2ad8948e 100644 --- a/input/manager.c +++ b/input/manager.c @@ -30,9 +30,9 @@ #include <bluetooth/bluetooth.h> #include <bluetooth/hci.h> #include <bluetooth/hci_lib.h> +#include <bluetooth/hidp.h> #include <bluetooth/sdp.h> #include <bluetooth/sdp_lib.h> -#include <bluetooth/hidp.h> #include <glib.h> @@ -42,10 +42,10 @@ #include "logging.h" #include "textfile.h" -#include "error.h" -#include "storage.h" #include "device.h" +#include "error.h" #include "manager.h" +#include "storage.h" const char *pnp_uuid = "00001200-0000-1000-8000-00805f9b34fb"; const char *hid_uuid = "00001124-0000-1000-8000-00805f9b34fb"; |