mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-19 08:51:57 +00:00
Kernel+AK: Separate out MACAddress and move it into AK
This commit is contained in:
parent
55b25b3c9b
commit
7d0bf9b5a9
Notes:
sideshowbarker
2024-07-19 07:54:52 +09:00
Author: https://github.com/alimpfard
Commit: 7d0bf9b5a9
Pull-request: https://github.com/SerenityOS/serenity/pull/1620
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/bcoles
Reviewed-by: https://github.com/bugaevc
5 changed files with 7 additions and 8 deletions
|
@ -28,6 +28,7 @@
|
|||
|
||||
#include <AK/ByteBuffer.h>
|
||||
#include <AK/Function.h>
|
||||
#include <AK/MACAddress.h>
|
||||
#include <AK/SinglyLinkedList.h>
|
||||
#include <AK/Types.h>
|
||||
#include <AK/WeakPtr.h>
|
||||
|
@ -36,7 +37,6 @@
|
|||
#include <Kernel/Net/ARP.h>
|
||||
#include <Kernel/Net/ICMP.h>
|
||||
#include <Kernel/Net/IPv4.h>
|
||||
#include <Kernel/Net/MACAddress.h>
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue