projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7493b2
)
eepro100: Keep includes sorted
author
Stefan Weil
<weil@mail.berlios.de>
Tue, 2 Mar 2010 21:38:00 +0000
(22:38 +0100)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/hw/eepro100.c
b/hw/eepro100.c
index 43a90602549abe7c65b328ac70f510aef75a2b3e..45ab497cab75ac950f1bc68dc92da5fca6d02e14 100644
(file)
--- 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"