[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 01/26] qemu-char: remove a few needless #includes
From: |
Michael Tokarev |
Subject: |
[Qemu-devel] [PULL 01/26] qemu-char: remove a few needless #includes |
Date: |
Fri, 14 Jun 2013 14:50:17 +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 <address@hidden>
---
qemu-char.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/qemu-char.c b/qemu-char.c
index 0b6ae95..596bf9e 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
--
1.7.10.4
- [Qemu-devel] [PULL 00/26] Trivial-patches pull request for 2013-06-14, Michael Tokarev, 2013/06/14
- [Qemu-devel] [PULL 01/26] qemu-char: remove a few needless #includes,
Michael Tokarev <=
- [Qemu-devel] [PULL 02/26] gitignore: unignore *.patch, Michael Tokarev, 2013/06/14
- [Qemu-devel] [PULL 03/26] configure: remove ${config_host_ld} variable, Michael Tokarev, 2013/06/14
- [Qemu-devel] [PULL 05/26] intc/xilinx_intc: Use qemu_set_irq, Michael Tokarev, 2013/06/14
- [Qemu-devel] [PULL 04/26] configure: Disable host-bsd USB on FreeBSD, Michael Tokarev, 2013/06/14
- Re: [Qemu-devel] [PULL 00/26] Trivial-patches pull request for 2013-06-14, Michael Tokarev, 2013/06/14
- [Qemu-devel] [PULL 12/26] Makefile: Install qemu-img and qemu-nbd man pages only if built, Michael Tokarev, 2013/06/14
- [Qemu-devel] [PULL 19/26] KVM: S390: Add dummy kvm_arch_init_irq_routing(), Michael Tokarev, 2013/06/14
- [Qemu-devel] [PULL 11/26] Unbreak -no-quit for GTK, validate SDL options, Michael Tokarev, 2013/06/14
- [Qemu-devel] [PULL 25/26] cputlb: fix debug logs, Michael Tokarev, 2013/06/14
- [Qemu-devel] [PULL 13/26] device tree: Fix cppcheck warning, Michael Tokarev, 2013/06/14