X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fsignalproxy.cpp;h=3bd7c4d3a9e7f1683bf5cbe2439387437731cf73;hb=24c7de34254b5de4cf28045a6923a527e06f7290;hp=caafb65ba9aa41dbb16453c0257ae888d0147db3;hpb=db00831bca59a012242d1ad5fac52a20c6cd2956;p=quassel.git diff --git a/src/common/signalproxy.cpp b/src/common/signalproxy.cpp index caafb65b..3bd7c4d3 100644 --- a/src/common/signalproxy.cpp +++ b/src/common/signalproxy.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2018 by the Quassel Project * + * Copyright (C) 2005-2022 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -25,12 +25,9 @@ #include #include #include +#include #include -#ifdef HAVE_SSL -# include -#endif - #include "peer.h" #include "protocol.h" #include "signalproxy.h"