summaryrefslogtreecommitdiff
path: root/mesh/main.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/main.c
parentaf3f7f1b099790b899e14f29265f8b083b29e3f6 (diff)
downloadbluez-6df5c5e3796ab340dc3b75e0ce045557d1272686.tar.gz
mesh: Remove unnecessary includes from .c files
Diffstat (limited to 'mesh/main.c')
-rw-r--r--mesh/main.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/mesh/main.c b/mesh/main.c
index 93a646895..a621300e6 100644
--- a/mesh/main.c
+++ b/mesh/main.c
@@ -23,25 +23,18 @@
#define _GNU_SOURCE
#include <getopt.h>
-#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <ctype.h>
-#include <signal.h>
#include <sys/stat.h>
#include <ell/ell.h>
-#include <dbus/dbus.h>
-#include <json-c/json.h>
-
#include "lib/bluetooth.h"
#include "lib/mgmt.h"
#include "mesh/mesh.h"
-#include "mesh/net.h"
#include "mesh/dbus.h"
-#include "mesh/storage.h"
static const struct option main_options[] = {
{ "index", required_argument, NULL, 'i' },