summaryrefslogtreecommitdiff
path: root/src/daemon/udp_connection/dlt_daemon_udp_common_socket.h
diff options
context:
space:
mode:
authorsunil.s <sunil.s@lge.com>2019-10-14 12:05:16 +0530
committerSaya Sugiura <39760799+ssugiura@users.noreply.github.com>2019-10-14 13:55:02 +0200
commitb55972cd33df6e02ffcefcb577fbb83fb72b2ef8 (patch)
tree3278d631bd6d2dbc050c70116a48b6b97795951a /src/daemon/udp_connection/dlt_daemon_udp_common_socket.h
parent5e381162a944ffd0b7780175adf9670a1acbd491 (diff)
downloadDLT-daemon-b55972cd33df6e02ffcefcb577fbb83fb72b2ef8.tar.gz
Removed unused headers(epoll) in UDP connection
Signed-off-by: sunil.s <sunil.s@lge.com>
Diffstat (limited to 'src/daemon/udp_connection/dlt_daemon_udp_common_socket.h')
-rw-r--r--src/daemon/udp_connection/dlt_daemon_udp_common_socket.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/daemon/udp_connection/dlt_daemon_udp_common_socket.h b/src/daemon/udp_connection/dlt_daemon_udp_common_socket.h
index 8ecd0d6..d780851 100644
--- a/src/daemon/udp_connection/dlt_daemon_udp_common_socket.h
+++ b/src/daemon/udp_connection/dlt_daemon_udp_common_socket.h
@@ -33,15 +33,10 @@
#include <string.h> /* for memset() */
#include <syslog.h>
#include <sys/socket.h> /* for socket(), connect(), (), and recv() */
-#include <sys/ioctl.h>
-#include <sys/epoll.h>
#include <unistd.h> /* for close() */
#include "dlt_common.h"
#include "dlt-daemon.h"
-#include "dlt_daemon_common_cfg.h"
-#include "dlt_daemon_client.h"
-#include "dlt_daemon_connection.h"
#include "dlt_daemon_udp_socket.h"
#include "dlt_types.h"