summaryrefslogtreecommitdiff
path: root/mesh/util.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/util.c
parentaf3f7f1b099790b899e14f29265f8b083b29e3f6 (diff)
downloadbluez-6df5c5e3796ab340dc3b75e0ce045557d1272686.tar.gz
mesh: Remove unnecessary includes from .c files
Diffstat (limited to 'mesh/util.c')
-rw-r--r--mesh/util.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/mesh/util.c b/mesh/util.c
index b3ce1ce5f..861232266 100644
--- a/mesh/util.c
+++ b/mesh/util.c
@@ -22,13 +22,9 @@
#endif
#define _GNU_SOURCE
-#include <stdbool.h>
-#include <stdint.h>
+
#include <stdio.h>
-#include <unistd.h>
-#include <termios.h>
#include <time.h>
-#include <sys/ioctl.h>
#include <sys/time.h>
#include <ell/ell.h>