Commit 2bd4573e by Christian Brauner Committed by Stéphane Graber

seccomp: remove double include and order includes

parent aacdafcc
...@@ -22,17 +22,16 @@ ...@@ -22,17 +22,16 @@
*/ */
#define _GNU_SOURCE #define _GNU_SOURCE
#include <errno.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <seccomp.h> #include <seccomp.h>
#include <errno.h>
#include <seccomp.h>
#include <sys/utsname.h>
#include <sys/mount.h> #include <sys/mount.h>
#include <sys/utsname.h>
#include "config.h" #include "config.h"
#include "lxcseccomp.h"
#include "log.h" #include "log.h"
#include "lxcseccomp.h"
lxc_log_define(lxc_seccomp, lxc); lxc_log_define(lxc_seccomp, lxc);
......
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