diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-07-10 01:44:16 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-07-10 01:44:16 +0000 |
commit | 924fa35c97929ff95590a1f33cc2bd8cca7cf1f2 (patch) | |
tree | 8c37e607197387e97747750c17348d7f9cfe3adb | |
parent | bd32ca373cd507d9c9746bde40b0e7bb4034adbe (diff) |
Change order of includes
-rw-r--r-- | src/sdp.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -36,10 +36,10 @@ #include <limits.h> #include <string.h> #include <syslog.h> -#include <sys/un.h> -#include <sys/socket.h> #include <sys/time.h> #include <sys/types.h> +#include <sys/socket.h> +#include <sys/un.h> #include <bluetooth/bluetooth.h> #include <bluetooth/hci.h> |