diff options
Diffstat (limited to 'net/netdev.c')
| -rw-r--r-- | net/netdev.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/netdev.c b/net/netdev.c index 1539bd6..69fd45f 100644 --- a/net/netdev.c +++ b/net/netdev.c @@ -1,10 +1,10 @@ #include <stdint.h> -#include "inet.h" #include "eth.h" +#include "inet.h" #include "arp.h" #include "ipv4.h" -#include "netdev.h" #include "lib/string/string.h" +#include "netdev.h" void net_incoming(struct netdev *netdev, struct eth_hdr *hdr) { |
