diff options
Diffstat (limited to 'src/oauth/qoauthhttpserverreplyhandler.cpp')
-rw-r--r-- | src/oauth/qoauthhttpserverreplyhandler.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/oauth/qoauthhttpserverreplyhandler.cpp b/src/oauth/qoauthhttpserverreplyhandler.cpp index 1bc505e..00191f5 100644 --- a/src/oauth/qoauthhttpserverreplyhandler.cpp +++ b/src/oauth/qoauthhttpserverreplyhandler.cpp @@ -1,10 +1,6 @@ // Copyright (C) 2017 The Qt Company Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only -#include <QtNetwork/qtnetwork-config.h> - -#ifndef QT_NO_HTTP - #include <qabstractoauth.h> #include <qoauthhttpserverreplyhandler.h> #include "qabstractoauthreplyhandler_p.h" @@ -667,5 +663,3 @@ bool QOAuthHttpServerReplyHandler::isListening() const QT_END_NAMESPACE #include "moc_qoauthhttpserverreplyhandler.cpp" - -#endif // QT_NO_HTTP |