mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:07:35 +00:00
DHCPClient: Remove unused #includes
This commit is contained in:
parent
c73116b2e2
commit
106def9de7
2 changed files with 0 additions and 10 deletions
|
@ -5,16 +5,12 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "DHCPv4Client.h"
|
#include "DHCPv4Client.h"
|
||||||
#include <AK/ByteBuffer.h>
|
|
||||||
#include <AK/Debug.h>
|
#include <AK/Debug.h>
|
||||||
#include <AK/Endian.h>
|
|
||||||
#include <AK/Function.h>
|
|
||||||
#include <AK/JsonArray.h>
|
#include <AK/JsonArray.h>
|
||||||
#include <AK/JsonObject.h>
|
#include <AK/JsonObject.h>
|
||||||
#include <AK/JsonParser.h>
|
#include <AK/JsonParser.h>
|
||||||
#include <AK/Random.h>
|
#include <AK/Random.h>
|
||||||
#include <LibCore/File.h>
|
#include <LibCore/File.h>
|
||||||
#include <LibCore/SocketAddress.h>
|
|
||||||
#include <LibCore/Timer.h>
|
#include <LibCore/Timer.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
|
|
@ -5,17 +5,11 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "DHCPv4Client.h"
|
#include "DHCPv4Client.h"
|
||||||
#include <AK/Debug.h>
|
|
||||||
#include <AK/JsonArray.h>
|
#include <AK/JsonArray.h>
|
||||||
#include <AK/JsonObject.h>
|
#include <AK/JsonObject.h>
|
||||||
#include <AK/String.h>
|
|
||||||
#include <AK/StringUtils.h>
|
|
||||||
#include <AK/Types.h>
|
|
||||||
#include <LibCore/EventLoop.h>
|
#include <LibCore/EventLoop.h>
|
||||||
#include <LibCore/File.h>
|
|
||||||
#include <LibCore/LocalServer.h>
|
#include <LibCore/LocalServer.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
int main([[maybe_unused]] int argc, [[maybe_unused]] char** argv)
|
int main([[maybe_unused]] int argc, [[maybe_unused]] char** argv)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue