From: Stefan Weil Date: Tue, 2 Mar 2010 21:38:00 +0000 (+0100) Subject: eepro100: Keep includes sorted X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~8555 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=78728c92a4137a96f1d0c49496d02dd9aa9d71b6;p=sdk%2Femulator%2Fqemu.git eepro100: Keep includes sorted 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 Signed-off-by: Michael S. Tsirkin --- 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"