mirror of
https://github.com/qemu/qemu.git
synced 2025-08-14 11:43:46 +00: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.
|
* * Wake-on-LAN is not implemented.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <stdbool.h> /* bool */
|
||||||
#include <stddef.h> /* offsetof */
|
#include <stddef.h> /* offsetof */
|
||||||
#include <stdbool.h>
|
|
||||||
#include "hw.h"
|
#include "hw.h"
|
||||||
#include "pci.h"
|
#include "pci.h"
|
||||||
#include "net.h"
|
#include "net.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user