From patchwork Sun Feb 14 16:16:29 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [20/20] eepro100: Keep includes sorted Date: Sun, 14 Feb 2010 06:16:29 -0000 From: Stefan Weil X-Patchwork-Id: 45328 Message-Id: <1266164189-21062-20-git-send-email-weil@mail.berlios.de> To: QEMU Developers Cc: 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 0f5fffa..3bd8bd3 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"