Commit 350225a2 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov

log: Drop unneeded #includes

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
parent 62e9851a
...@@ -6,11 +6,9 @@ ...@@ -6,11 +6,9 @@
#include <stdbool.h> #include <stdbool.h>
#include <limits.h> #include <limits.h>
#include <sys/param.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/time.h> #include <sys/time.h>
#include <sys/resource.h> #include <sys/resource.h>
#include <errno.h>
#include <fcntl.h> #include <fcntl.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment