summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Session')
-rw-r--r--Swiften/Session/Session.h2
-rw-r--r--Swiften/Session/SessionStream.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/Swiften/Session/Session.h b/Swiften/Session/Session.h
index 5261bf2..d0ebabb 100644
--- a/Swiften/Session/Session.h
+++ b/Swiften/Session/Session.h
@@ -7,7 +7,7 @@
#pragma once
#include <boost/shared_ptr.hpp>
-#include "Swiften/Base/boost_signalslib.h"
+#include "Swiften/Base/boost_bsignals.h"
#include <boost/optional.hpp>
#include <boost/enable_shared_from_this.hpp>
diff --git a/Swiften/Session/SessionStream.h b/Swiften/Session/SessionStream.h
index c3f5cef..b2bf9a6 100644
--- a/Swiften/Session/SessionStream.h
+++ b/Swiften/Session/SessionStream.h
@@ -6,7 +6,7 @@
#pragma once
-#include "Swiften/Base/boost_signalslib.h"
+#include "Swiften/Base/boost_bsignals.h"
#include <boost/shared_ptr.hpp>
#include "Swiften/Elements/ProtocolHeader.h"