]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: remove unneeded #include in virrandom.c
authorLaine Stump <laine@laine.org>
Thu, 1 Mar 2012 16:42:30 +0000 (11:42 -0500)
committerLaine Stump <laine@laine.org>
Thu, 1 Mar 2012 17:44:12 +0000 (12:44 -0500)
commit3c30fbcd4a0320d2eba723445b0f2306193e1685
tree886780d1231275482b72212eb51f970621b8cc55
parentff4c25bae925c3ce5f8152d59579af8b0b7a604f
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.
src/util/virrandom.c