summaryrefslogtreecommitdiff
path: root/Ladybird/RequestManagerQt.h
diff options
context:
space:
mode:
authorTimothy Flynn <trflynn89@pm.me>2023-04-24 07:16:37 -0400
committerAndreas Kling <kling@serenityos.org>2023-04-24 14:49:04 +0200
commit8fe846eb7fd0619b5f9a91d25ece7f93f0fc4eb5 (patch)
tree7785d764484b61a022ae1abfdf3afa1cb1471e58 /Ladybird/RequestManagerQt.h
parent269c25e1d2453b34bffceaa8ce5c81474992fc53 (diff)
downloadserenity-8fe846eb7fd0619b5f9a91d25ece7f93f0fc4eb5.zip
Ladybird: Define AK_DONT_REPLACE_STD via CMake rather than in every file
Diffstat (limited to 'Ladybird/RequestManagerQt.h')
-rw-r--r--Ladybird/RequestManagerQt.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Ladybird/RequestManagerQt.h b/Ladybird/RequestManagerQt.h
index 4c3d99ea90..eb7e13bb2b 100644
--- a/Ladybird/RequestManagerQt.h
+++ b/Ladybird/RequestManagerQt.h
@@ -6,8 +6,6 @@
#pragma once
-#define AK_DONT_REPLACE_STD
-
#include <LibWeb/Loader/ResourceLoader.h>
#include <QtNetwork/QNetworkAccessManager>
#include <QtNetwork/QNetworkReply>