mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-02 15:25:21 +00:00
crtools: Celan crtools.c from unneeded headers
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
@@ -16,18 +16,10 @@
|
|||||||
|
|
||||||
#include "compiler.h"
|
#include "compiler.h"
|
||||||
#include "crtools.h"
|
#include "crtools.h"
|
||||||
#include "util.h"
|
|
||||||
#include "log.h"
|
|
||||||
#include "sockets.h"
|
#include "sockets.h"
|
||||||
#include "syscall.h"
|
#include "syscall.h"
|
||||||
#include "uts_ns.h"
|
|
||||||
#include "ipc_ns.h"
|
|
||||||
#include "files.h"
|
#include "files.h"
|
||||||
#include "sk-inet.h"
|
#include "sk-inet.h"
|
||||||
#include "eventfd.h"
|
|
||||||
#include "eventpoll.h"
|
|
||||||
#include "inotify.h"
|
|
||||||
#include "mount.h"
|
|
||||||
|
|
||||||
struct cr_options opts;
|
struct cr_options opts;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user