qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCHv3 20/20] eepro100: Keep includes sorted


From: Stefan Weil
Subject: [Qemu-devel] [PATCHv3 20/20] eepro100: Keep includes sorted
Date: Tue, 2 Mar 2010 22:38:00 +0100

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 <address@hidden>
---
 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 <stdbool.h>            /* bool */
 #include <stddef.h>             /* offsetof */
-#include <stdbool.h>
 #include "hw.h"
 #include "pci.h"
 #include "net.h"
-- 
1.7.0





reply via email to

[Prev in Thread] Current Thread [Next in Thread]