summaryrefslogtreecommitdiff
path: root/android/ipc.c
diff options
context:
space:
mode:
authorLukasz Rymanowski <lukasz.rymanowski@tieto.com>2013-12-30 11:17:22 +0100
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2013-12-30 14:23:42 +0200
commitaed795faa3f87cfb64a9e35feb7eb041b618ac50 (patch)
treed4d32241fb0096c0e11404cda91bbdf871d8f880 /android/ipc.c
parentdf8c06486747af65b8c9cf5f03994526a695e9d8 (diff)
downloadbluez-aed795faa3f87cfb64a9e35feb7eb041b618ac50.tar.gz
android/ipc: Remove not needed include
Diffstat (limited to 'android/ipc.c')
-rw-r--r--android/ipc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/android/ipc.c b/android/ipc.c
index 6f940cdb1..9e8ccc39e 100644
--- a/android/ipc.c
+++ b/android/ipc.c
@@ -32,7 +32,6 @@
#include <signal.h>
#include <stdbool.h>
#include <sys/socket.h>
-#include <sys/socket.h>
#include <sys/un.h>
#include <unistd.h>
#include <glib.h>