1
Fork 0
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:
Andreas Kling 2019-06-18 11:28:48 +02:00
parent 9f7c11710f
commit d9a48b5916
3 changed files with 60 additions and 53 deletions

View file

@ -1,6 +1,6 @@
#pragma once
#include <Kernel/Net/IPv4.h>
#include <AK/IPv4Address.h>
class CSocketAddress {
public: