mirror of https://gitee.com/openkylin/libvirt.git
util: viraudit: remove unnecessary includes
Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
This commit is contained in:
parent
8118522917
commit
c04e25b66c
|
@ -24,14 +24,11 @@
|
|||
#ifdef WITH_AUDIT
|
||||
# include <libaudit.h>
|
||||
#endif
|
||||
#include <unistd.h>
|
||||
|
||||
#include "virerror.h"
|
||||
#include "virlog.h"
|
||||
#include "viraudit.h"
|
||||
#include "virfile.h"
|
||||
#include "viralloc.h"
|
||||
#include "virstring.h"
|
||||
|
||||
VIR_LOG_INIT("util.audit");
|
||||
|
||||
|
|
Loading…
Reference in New Issue