summaryrefslogtreecommitdiff
path: root/mesh/pb-adv.c
diff options
context:
space:
mode:
authorInga Stotland <inga.stotland@intel.com>2019-05-15 12:00:19 -0700
committerBrian Gix <brian.gix@intel.com>2019-05-17 13:14:40 -0700
commit6df5c5e3796ab340dc3b75e0ce045557d1272686 (patch)
treecf7fec54e75dc4738e0215e0f5de3a048b466bfb /mesh/pb-adv.c
parentaf3f7f1b099790b899e14f29265f8b083b29e3f6 (diff)
downloadbluez-6df5c5e3796ab340dc3b75e0ce045557d1272686.tar.gz
mesh: Remove unnecessary includes from .c files
Diffstat (limited to 'mesh/pb-adv.c')
-rw-r--r--mesh/pb-adv.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/mesh/pb-adv.c b/mesh/pb-adv.c
index 915bb1973..8762afd7c 100644
--- a/mesh/pb-adv.c
+++ b/mesh/pb-adv.c
@@ -21,25 +21,9 @@
#include <config.h>
#endif
-#include <sys/select.h>
-#include <sys/time.h>
-#include <sys/types.h>
-#include <unistd.h>
-#include <fcntl.h>
-#include <termios.h>
-
-#include <ctype.h>
-#include <stdlib.h>
-#include <stdio.h>
-#include <getopt.h>
-#include <time.h>
#include <ell/ell.h>
#include "mesh/mesh-defs.h"
-#include "src/shared/ecc.h"
-
-#include "mesh/util.h"
-#include "mesh/net-keys.h"
#include "mesh/crypto.h"
#include "mesh/net.h"
#include "mesh/mesh-io.h"