diff options
author | Michael Tokarev <mjt@tls.msk.ru> | 2013-06-05 19:08:59 +0400 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2013-06-11 23:45:43 +0400 |
commit | c58e6201fa38191313cd95c5342d3733bd3f612d (patch) | |
tree | 19fc12c0ce35aa89ce6867486b9b26cd605e48d1 /qemu-char.c | |
parent | bd5c51ee6c4f1c79cae5ad2516d711a27b4ea8ec (diff) |
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>
Diffstat (limited to 'qemu-char.c')
-rw-r--r-- | qemu-char.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qemu-char.c b/qemu-char.c index 0b6ae95322..596bf9e376 100644 --- 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 |