summaryrefslogtreecommitdiff
path: root/daemons/lvmlockd/lvmlockd-dlm.c
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2015-11-09 16:37:05 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2015-11-09 17:04:10 +0100
commit3db5ba08b13fd542e725039646123bd8c0c5326a (patch)
treeae4ac7740ff813af2c39e4394ff7d4dfb49cd5fe /daemons/lvmlockd/lvmlockd-dlm.c
parent6c331f3061269cc4a60e2b40f12f2dcb19a86994 (diff)
downloadlvm2-3db5ba08b13fd542e725039646123bd8c0c5326a.tar.gz
cleanup: drop unneded headers
Coverity notices they are not really needed.
Diffstat (limited to 'daemons/lvmlockd/lvmlockd-dlm.c')
-rw-r--r--daemons/lvmlockd/lvmlockd-dlm.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/daemons/lvmlockd/lvmlockd-dlm.c b/daemons/lvmlockd/lvmlockd-dlm.c
index acadf2dc7..2cf2c2021 100644
--- a/daemons/lvmlockd/lvmlockd-dlm.c
+++ b/daemons/lvmlockd/lvmlockd-dlm.c
@@ -14,7 +14,6 @@
#include "tool.h"
#include "daemon-server.h"
-#include "daemon-log.h"
#include "xlate.h"
#include "lvmlockd-internal.h"
@@ -26,7 +25,6 @@
*/
#include "libdlm.h"
-#include <pthread.h>
#include <stddef.h>
#include <poll.h>
#include <errno.h>
@@ -35,7 +33,6 @@
#include <byteswap.h>
#include <syslog.h>
#include <dirent.h>
-#include <sys/socket.h>
struct lm_dlm {
dlm_lshandle_t *dh;