From 78728c92a4137a96f1d0c49496d02dd9aa9d71b6 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Tue, 2 Mar 2010 22:38:00 +0100 Subject: [PATCH] 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 --- hw/eepro100.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.7.4