mirror of
https://github.com/qemu/qemu.git
synced 2024-11-28 14:24:02 +08:00
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>
This commit is contained in:
parent
e7493b25c0
commit
78728c92a4
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user