]> Git Repo - qemu.git/commitdiff
qemu-char: remove a few needless #includes
authorMichael Tokarev <[email protected]>
Wed, 5 Jun 2013 15:08:59 +0000 (19:08 +0400)
committerMichael Tokarev <[email protected]>
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 <[email protected]>
qemu-char.c

index 0b6ae95322a06730b38b34bc4a5b687a90e1b2f3..596bf9e376313d5bef8a35bd170535a1647f885c 100644 (file)
@@ -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
This page took 0.029468 seconds and 4 git commands to generate.