summaryrefslogtreecommitdiffstats
path: root/src/shared/log.c
diff options
context:
space:
mode:
authorSebastian2016-02-10 21:14:40 +0100
committerSebastian2016-02-11 00:09:39 +0100
commit34ddebc84cb9ea933cfdb9cc3fa688b6a2fae78e (patch)
treea1f8bc19d7ae76ea00622edd65bb2676d624ba05 /src/shared/log.c
parent[SHARED] signal.h -> fdsignal.h (diff)
downloaddnbd3-34ddebc84cb9ea933cfdb9cc3fa688b6a2fae78e.tar.gz
dnbd3-34ddebc84cb9ea933cfdb9cc3fa688b6a2fae78e.tar.xz
dnbd3-34ddebc84cb9ea933cfdb9cc3fa688b6a2fae78e.zip
cleanup commits
Diffstat (limited to 'src/shared/log.c')
-rw-r--r--src/shared/log.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/shared/log.c b/src/shared/log.c
index da27392..afafc6f 100644
--- a/src/shared/log.c
+++ b/src/shared/log.c
@@ -21,13 +21,9 @@
#include "log.h"
#include <stdarg.h>
#include <pthread.h>
-#include <time.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
-#include <stdint.h>
-#include <sys/types.h>
-#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <errno.h>