Kill redundant declarion of perror()
commit211569efbc12e7b6eb6998deda9c1aa50e81cb91
authorMark McLoughlin <markmc@redhat.com>
Thu, 15 Jan 2009 13:47:36 +0000 (15 13:47 +0000)
committerAvi Kivity <avi@redhat.com>
Thu, 15 Jan 2009 13:56:26 +0000 (15 15:56 +0200)
tree9acfb9e30f44de02b3afce7b1eb307b0203672a9
parent513ef592d8fba689ccc9ec79ba9092dc183e2433
Kill redundant declarion of perror()

stdio.h is included by qemu-common.h

Fixes:

  qemu/qemu-kvm.c:37: warning: redundant redeclaration of ‘perror’
  /usr/include/stdio.h:817: warning: previous declaration of ‘perror’ was here

Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
qemu-kvm.c