Commit 62e9851a authored by Cyrill Gorcunov's avatar Cyrill Gorcunov

cr-show: Drop unneeded #includes

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
parent ff954f65
......@@ -5,24 +5,17 @@
#include <unistd.h>
#include <errno.h>
#include <string.h>
#include <dirent.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/mman.h>
#include <sys/vfs.h>
#include <sys/ptrace.h>
#include <sys/user.h>
#include <sys/wait.h>
#include "types.h"
#include "list.h"
#include "compiler.h"
#include "crtools.h"
#include "syscall.h"
#include "util.h"
#include "image.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