projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd5c51e
)
qemu-char: remove a few needless #includes
author
Michael Tokarev
<mjt@tls.msk.ru>
Wed, 5 Jun 2013 15:08:59 +0000
(19:08 +0400)
committer
Michael Tokarev
<mjt@tls.msk.ru>
Tue, 11 Jun 2013 19:45:43 +0000
(23:45 +0400)
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
patch
|
blob
|
history
diff --git
a/qemu-char.c
b/qemu-char.c
index 0b6ae95322a06730b38b34bc4a5b687a90e1b2f3..596bf9e376313d5bef8a35bd170535a1647f885c 100644
(file)
--- a/
qemu-char.c
+++ b/
qemu-char.c
@@
-76,8
+76,6
@@
#include <netinet/ip_icmp.h> // must come after ip.h
#include <netinet/udp.h>
#include <netinet/tcp.h>
-#include <net/if.h>
-#include <syslog.h>
#endif
#endif
#endif