X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fsslserver.h;h=fdbecbf29104ca5f3725fbe87b4eb693f1c3afce;hp=de6030a60c3bfc531d0c5eae174c5bc1cc9981b5;hb=a14eac175cceda16f50cb4519182f819cf7f6b23;hpb=aefcf3c3799a9deb286723eccc124760ce4d898d diff --git a/src/core/sslserver.h b/src/core/sslserver.h index de6030a6..fdbecbf2 100644 --- a/src/core/sslserver.h +++ b/src/core/sslserver.h @@ -18,15 +18,17 @@ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ -#ifndef QT_NO_OPENSSL - #ifndef SSLSERVER_H #define SSLSERVER_H +#ifndef QT_NO_OPENSSL +# include +# include #include #include -#include -#include +#endif + +#ifndef QT_NO_OPENSSL class SslServer : public QTcpServer { Q_OBJECT @@ -51,6 +53,6 @@ private: bool _certIsValid; }; -#endif //SSLSERVER_H - #endif //QT_NO_OPENSSL + +#endif //SSLSERVER_H