From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NmZqV-0004sK-3i for qemu-devel@nongnu.org; Tue, 02 Mar 2010 16:41:39 -0500 Received: from [199.232.76.173] (port=37852 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NmZqU-0004s7-0l for qemu-devel@nongnu.org; Tue, 02 Mar 2010 16:41:38 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NmZqS-00052Q-QG for qemu-devel@nongnu.org; Tue, 02 Mar 2010 16:41:37 -0500 Received: from moutng.kundenserver.de ([212.227.17.8]:61836) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NmZqS-00052K-9Z for qemu-devel@nongnu.org; Tue, 02 Mar 2010 16:41:36 -0500 From: Stefan Weil Date: Tue, 2 Mar 2010 22:38:00 +0100 Message-Id: <1267565880-18382-20-git-send-email-weil@mail.berlios.de> In-Reply-To: <4B7821AC.6080400@mail.berlios.de> References: <4B7821AC.6080400@mail.berlios.de> Subject: [Qemu-devel] [PATCHv3 20/20] eepro100: Keep includes sorted List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers Cc: mst@redhat.com I always try to keep standard includes sorted and add a comment why they are there (so they can be removed when they are no longer needed). Signed-off-by: Stefan Weil --- hw/eepro100.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/eepro100.c b/hw/eepro100.c index 43a9060..45ab497 100644 --- a/hw/eepro100.c +++ b/hw/eepro100.c @@ -41,8 +41,8 @@ * * Wake-on-LAN is not implemented. */ +#include /* bool */ #include /* offsetof */ -#include #include "hw.h" #include "pci.h" #include "net.h" -- 1.7.0