diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2011-08-31 00:57:30 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2012-12-17 23:53:05 +0100 |
commit | dc2bd913f773a8b3a54ebaa2c549c6da318e0c05 (patch) | |
tree | 29d165309ad058a3a61e1b248fbd97501a7078ac /tools/parser/avctp.c | |
parent | e81819850c60fcc0d1bd0f2f1aa577d75ca40dc4 (diff) | |
download | bluez-dc2bd913f773a8b3a54ebaa2c549c6da318e0c05.tar.gz |
hcidump: Change includes to use local copy of Bluetooth library
Diffstat (limited to 'tools/parser/avctp.c')
-rw-r--r-- | tools/parser/avctp.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/parser/avctp.c b/tools/parser/avctp.c index fc6f79641..2da4c095c 100644 --- a/tools/parser/avctp.c +++ b/tools/parser/avctp.c @@ -31,9 +31,6 @@ #include <stdlib.h> #include <string.h> -#include <sys/types.h> -#include <netinet/in.h> - #include "parser.h" #include "sdp.h" |