diff options
Diffstat (limited to 'Swiften/Session/Session.h')
-rw-r--r-- | Swiften/Session/Session.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Swiften/Session/Session.h b/Swiften/Session/Session.h index 23cc656..04153ec 100644 --- a/Swiften/Session/Session.h +++ b/Swiften/Session/Session.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2016 Isode Limited. + * Copyright (c) 2010-2017 Isode Limited. * All rights reserved. * See the COPYING file for more information. */ @@ -21,8 +21,6 @@ namespace Swift { class ProtocolHeader; class StreamStack; - class JID; - class Element; class PayloadParserFactoryCollection; class PayloadSerializerCollection; class XMPPLayer; |