summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-07-10 01:44:16 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-07-10 01:44:16 +0000
commit924fa35c97929ff95590a1f33cc2bd8cca7cf1f2 (patch)
tree8c37e607197387e97747750c17348d7f9cfe3adb
parentbd32ca373cd507d9c9746bde40b0e7bb4034adbe (diff)
Change order of includes
-rw-r--r--src/sdp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sdp.c b/src/sdp.c
index e365370c..3149c0f1 100644
--- a/src/sdp.c
+++ b/src/sdp.c
@@ -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>