]> git.proxmox.com Git - qemu.git/commit
qemu-char: remove a few needless #includes
authorMichael Tokarev <mjt@tls.msk.ru>
Wed, 5 Jun 2013 15:08:59 +0000 (19:08 +0400)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 11 Jun 2013 19:45:43 +0000 (23:45 +0400)
commitc58e6201fa38191313cd95c5342d3733bd3f612d
tree19fc12c0ce35aa89ce6867486b9b26cd605e48d1
parentbd5c51ee6c4f1c79cae5ad2516d711a27b4ea8ec
qemu-char: remove a few needless #includes

This removes <syslog.h> since we don't use
syslogging, and removes second, solaris-specific,
include of <net/if.h> (which is included in
a common part of the file)

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
qemu-char.c