diff options
Diffstat (limited to 'Swiften/Parser/IQParser.cpp')
-rw-r--r-- | Swiften/Parser/IQParser.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Swiften/Parser/IQParser.cpp b/Swiften/Parser/IQParser.cpp index eb442ec..ee8f2ff 100644 --- a/Swiften/Parser/IQParser.cpp +++ b/Swiften/Parser/IQParser.cpp @@ -1,13 +1,14 @@ /* - * Copyright (c) 2010 Isode Limited. + * Copyright (c) 2010-2016 Isode Limited. * All rights reserved. * See the COPYING file for more information. */ +#include <Swiften/Parser/IQParser.h> + #include <iostream> -#include <boost/optional.hpp> -#include <Swiften/Parser/IQParser.h> +#include <boost/optional.hpp> namespace Swift { |