mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:28:12 +00:00
AK: Move IPv4Address from Kernel/Net/ to AK/ since it's quite useful.
This commit is contained in:
parent
9f7c11710f
commit
d9a48b5916
3 changed files with 60 additions and 53 deletions
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <Kernel/Net/IPv4.h>
|
||||
#include <AK/IPv4Address.h>
|
||||
|
||||
class CSocketAddress {
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue