mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-09 12:43:43 +00:00
seccomp: remove double include and order includes
Signed-off-by: Christian Brauner <cbrauner@suse.de>
This commit is contained in:
parent
be038e4948
commit
567b204984
@ -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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user