eepro100: Keep includes sorted
authorStefan Weil <weil@mail.berlios.de>
Tue, 2 Mar 2010 21:38:00 +0000 (22:38 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 3 Mar 2010 11:47:53 +0000 (13:47 +0200)
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 <weil@mail.berlios.de>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/eepro100.c

index 43a9060..45ab497 100644 (file)
@@ -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"