tree-wide: fix some header inclusions

Cc: stable-4.0 Signed-off-by: 's avatarChristian Brauner <christian.brauner@ubuntu.com>
parent 2b6ad639
......@@ -17,7 +17,7 @@
#include <unistd.h>
#include "af_unix.h"
#include "cgroup.h"
#include "cgroups/cgroup.h"
#include "cgroups/cgroup2_devices.h"
#include "commands.h"
#include "commands_utils.h"
......
......@@ -35,7 +35,7 @@
#include "af_unix.h"
#include "caps.h"
#include "cgroup.h"
#include "cgroups/cgroup.h"
#include "conf.h"
#include "config.h"
#include "confile.h"
......@@ -54,7 +54,7 @@
#include "process_utils.h"
#include "ringbuf.h"
#include "start.h"
#include "storage.h"
#include "storage/storage.h"
#include "storage/overlay.h"
#include "syscall_wrappers.h"
#include "terminal.h"
......
......@@ -36,7 +36,7 @@
#include "memory_utils.h"
#include "network.h"
#include "parse.h"
#include "storage.h"
#include "storage/storage.h"
#include "utils.h"
#if HAVE_SYS_PERSONALITY_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