Diff between 2eb13b86c950ee615fb5261fda345f2099f3f235 and 1658f3bd673909e6afbbc0735f26bc3dfaeaf6e2
Changed Files
| File | Additions | Deletions | Status |
| src/main.c | +1 | -4 | modified |
Full Patch
diff --git a/src/main.c b/src/main.c
index 34d291f..e451e72 100644
--- a/src/main.c
+++ b/src/main.c
@@ -33,10 +33,8 @@
#include <stdlib.h>
#include <string.h>
#include <signal.h>
-#include <sys/stat.h>
-#include <sys/ioctl.h>
-#include <sys/socket.h>
#include <sys/types.h>
+#include <sys/stat.h>
#include <bluetooth/bluetooth.h>
#include <bluetooth/uuid.h>
@@ -53,7 +51,6 @@
#include "sdpd.h"
#include "attrib-server.h"
#include "adapter.h"
-#include "event.h"
#include "dbus-common.h"
#include "agent.h"
#include "manager.h"