2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 06:15:24 +00:00

crtools: remove extra headers from headers

Signed-off-by: Andrey Vagin <avagin@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Andrey Vagin
2013-11-06 17:21:10 +04:00
committed by Pavel Emelyanov
parent 2082e8faf0
commit 08abebd29c
4 changed files with 0 additions and 17 deletions

View File

@@ -1,11 +1,6 @@
#ifndef __CR_EVENTFD_H__
#define __CR_EVENTFD_H__
#include <sys/types.h>
#include <unistd.h>
#include "compiler.h"
#include "asm/types.h"
#include "files.h"
extern int is_eventfd_link(int lfd);

View File

@@ -1,11 +1,6 @@
#ifndef __CR_EVENTPOLL_H__
#define __CR_EVENTPOLL_H__
#include <sys/types.h>
#include <unistd.h>
#include "compiler.h"
#include "asm/types.h"
#include "files.h"
extern int is_eventpoll_link(int lfd);

View File

@@ -1,10 +1,6 @@
#ifndef __CR_FSNOTIFY_H__
#define __CR_FSNOTIFY_H__
#include <sys/types.h>
#include <unistd.h>
#include "compiler.h"
#include "asm/types.h"
#include "files.h"

View File

@@ -1,9 +1,6 @@
#ifndef __CR_SOCKETS_H__
#define __CR_SOCKETS_H__
#include <sys/types.h>
#include <sys/socket.h>
#include <unistd.h>
#include <stdbool.h>
#include "asm/types.h"