diff options
author | Juha Vuolle <juha.vuolle@qt.io> | 2024-05-20 13:40:53 +0300 |
---|---|---|
committer | Juha Vuolle <juha.vuolle@qt.io> | 2024-05-22 14:31:00 +0300 |
commit | 155be265a7b7ca2720682842e456ef693fa84d6d (patch) | |
tree | 3f93eae9f4a12a91455415a441a7a6ab7b6f0297 /src/oauth/qoauthhttpserverreplyhandler.cpp | |
parent | 59a269721506dd41e0ce8ce6cd207d1b3fb50c92 (diff) |
Remove unused includes
Change-Id: I96d358ae0b8696c121fbf17e19acbd07d5e7b655
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
Diffstat (limited to 'src/oauth/qoauthhttpserverreplyhandler.cpp')
-rw-r--r-- | src/oauth/qoauthhttpserverreplyhandler.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/oauth/qoauthhttpserverreplyhandler.cpp b/src/oauth/qoauthhttpserverreplyhandler.cpp index 2b304b7..9566a97 100644 --- a/src/oauth/qoauthhttpserverreplyhandler.cpp +++ b/src/oauth/qoauthhttpserverreplyhandler.cpp @@ -20,9 +20,6 @@ #include <QtNetwork/qtcpsocket.h> #include <QtNetwork/qnetworkreply.h> -#include <cstring> -#include <functional> - QT_BEGIN_NAMESPACE using namespace Qt::StringLiterals; |