mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-11 07:17:44 +00:00
util: remove unneeded #include in virrandom.c
Commit 7c90026
added #include "conf/domain_conf.h" to
util/virrandom.c. Fortunately it didn't actually use anything from
domain_conf.h, since as far as I'm aware, files in util aren't allowed
to reference anything in conf (although the opposite is allowed). So
this #include is unnecessary.
I verified it still compiles with the line removed, but have placed a
one day moratorium on me doing any "trivial rule" pushes, so will
wait for someone else to verify/ACK before pushing.
This commit is contained in:
parent
ff4c25bae9
commit
3c30fbcd4a
@ -29,7 +29,6 @@
|
||||
#include "count-one-bits.h"
|
||||
#include "util.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "conf/domain_conf.h"
|
||||
|
||||
#define VIR_FROM_THIS VIR_FROM_NONE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user