aboutsummaryrefslogtreecommitdiffstats
path: root/hw
diff options
context:
space:
mode:
authorStefan Weil <weil@mail.berlios.de>2010-03-02 22:38:00 +0100
committerMichael S. Tsirkin <mst@redhat.com>2010-03-03 13:47:53 +0200
commit78728c92a4137a96f1d0c49496d02dd9aa9d71b6 (patch)
tree08c3da35d8fd3f878e3ae63ef56a47fcef6cfccc /hw
parente7493b25c0b3aa7f2e99d1f0d73b29d8f2528be0 (diff)
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 <weil@mail.berlios.de> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw')
-rw-r--r--hw/eepro100.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/eepro100.c b/hw/eepro100.c
index 43a906025..45ab497ca 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"