remove header include statements duplicates

Revert "util: introduce the mount_detached_fs helper"

This reverts commit 5dbc24b206.

Revert "criu: Make use strlcpy() to copy into allocated strings"

This reverts commit bc49927bbc.

Fixes for https://github.com/checkpoint-restore/criu/pull/1003

Signed-off-by: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
This commit is contained in:
Pavel Tikhomirov 2020-03-30 14:16:30 +03:00 committed by Andrei Vagin
parent fcb23dbfcf
commit e3fb52e375
2 changed files with 0 additions and 3 deletions

View file

@ -76,7 +76,6 @@
#include "fdstore.h"
#include "string.h"
#include "memfd.h"
#include "string.h"
#include "parasite-syscall.h"
#include "files-reg.h"

View file

@ -30,8 +30,6 @@
#include "linux/mount.h"
#include "linux/mount.h"
#include "kerndat.h"
#include "page.h"
#include "util.h"