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

files: Drop redundant declarations from files.h

These are declared in files-reg.h, so get rid of
them and add files-reg.h inclusion where needed.

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Cyrill Gorcunov
2012-06-22 16:24:00 +04:00
committed by Pavel Emelyanov
parent 16c7adecdd
commit cb74aa3e48
3 changed files with 2 additions and 4 deletions

View File

@@ -15,6 +15,7 @@
#include "crtools.h"
#include "files.h"
#include "files-reg.h"
#include "image.h"
#include "list.h"
#include "util.h"