summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Elements/CarbonsDisable.h')
-rw-r--r--Swiften/Elements/CarbonsDisable.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Swiften/Elements/CarbonsDisable.h b/Swiften/Elements/CarbonsDisable.h
index f6c9a38..9526061 100644
--- a/Swiften/Elements/CarbonsDisable.h
+++ b/Swiften/Elements/CarbonsDisable.h
@@ -1,12 +1,12 @@
/*
- * Copyright (c) 2015 Isode Limited.
+ * Copyright (c) 2015-2016 Isode Limited.
* All rights reserved.
* See the COPYING file for more information.
*/
#pragma once
-#include <boost/shared_ptr.hpp>
+#include <memory>
#include <Swiften/Base/API.h>
#include <Swiften/Elements/Payload.h>
@@ -14,7 +14,7 @@
namespace Swift {
class SWIFTEN_API CarbonsDisable : public Payload {
public:
- typedef boost::shared_ptr<CarbonsDisable> ref;
+ typedef std::shared_ptr<CarbonsDisable> ref;
public:
virtual ~CarbonsDisable();