summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaya Sugiura <ssugiura@jp.adit-jv.com>2018-11-27 18:10:08 +0900
committerSaya Sugiura <ssugiura@jp.adit-jv.com>2019-04-24 17:13:19 +0900
commit37e8bc12a7e86fa54b3a5f260b45fd730a5a59a6 (patch)
tree072b5cbad1301fc6d99447f920f6cfa9e04365ff
parent7d9d156fb8571aff4eb89db201a26af0d0370dc7 (diff)
downloadDLT-daemon-37e8bc12a7e86fa54b3a5f260b45fd730a5a59a6.tar.gz
socket: Remove unnecessary header
Including net/if.h leads to duplicate definition of DLT_RAW. However the header itself is not required in dlt_daemon_socket.c. So it is now removed from the file. Signed-off-by: Saya Sugiura <ssugiura@jp.adit-jv.com>
-rw-r--r--src/daemon/dlt_daemon_socket.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/daemon/dlt_daemon_socket.c b/src/daemon/dlt_daemon_socket.c
index 5a45195..f35346d 100644
--- a/src/daemon/dlt_daemon_socket.c
+++ b/src/daemon/dlt_daemon_socket.c
@@ -42,7 +42,6 @@
#include <errno.h>
#include <pthread.h>
#include <sys/ioctl.h>
-#include <net/if.h>
#ifdef linux
# include <sys/timerfd.h>