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:
Stefan Weil 2010-03-02 22:38:00 +01:00 committed by Michael S. Tsirkin
parent e7493b25c0
commit 78728c92a4
1 changed files with 1 additions and 1 deletions

View 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"