diff options
Diffstat (limited to 'Swiften/Elements/UserLocation.h')
| -rw-r--r-- | Swiften/Elements/UserLocation.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Swiften/Elements/UserLocation.h b/Swiften/Elements/UserLocation.h index 3bdaec6..b59fc5c 100644 --- a/Swiften/Elements/UserLocation.h +++ b/Swiften/Elements/UserLocation.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2013-2016 Isode Limited. + * Copyright (c) 2013-2017 Isode Limited. * All rights reserved. * See the COPYING file for more information. */ #pragma once @@ -10,11 +10,10 @@ #include <boost/date_time/posix_time/posix_time_types.hpp> #include <boost/optional.hpp> #include <Swiften/Base/API.h> -#include <Swiften/Base/Override.h> #include <Swiften/Elements/Payload.h> namespace Swift { class SWIFTEN_API UserLocation : public Payload { public: |
Swift