]> git.proxmox.com Git - qemu.git/commit
net: clean up includes in net.c
authorMark McLoughlin <markmc@redhat.com>
Wed, 25 Nov 2009 18:48:58 +0000 (18:48 +0000)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 3 Dec 2009 15:41:28 +0000 (09:41 -0600)
commit1df49e0472f7577764b8472a99ee793825a1886a
tree24c1e99b6d3e205d1d9533f1da6e0371296604f2
parent1abecf77d87124076eff8e5836a6d0dd7bd595c5
net: clean up includes in net.c

This is probably a little drastic, but the includes in this file are
now totally out of control when compared with what includes are
actually needed.

This may break the build on e.g. *BSD, but it will be easily fixed by
re-instating an include.

Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
net.c