diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-06-02 19:17:35 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-06-02 19:17:35 (GMT) |
commit | 97ec7b0861c282c687e9c5bb8aa8bce871b482ba (patch) | |
tree | 00ddc8605579043ff6dfe0a859753757da1d2962 /Swiften/Session | |
parent | 3362805ffb92452a82b6ca5866377cd85fae764f (diff) | |
download | swift-97ec7b0861c282c687e9c5bb8aa8bce871b482ba.zip swift-97ec7b0861c282c687e9c5bb8aa8bce871b482ba.tar.bz2 |
Rename boost_signalslib.h to boost_bsignals.
Diffstat (limited to 'Swiften/Session')
-rw-r--r-- | Swiften/Session/Session.h | 2 | ||||
-rw-r--r-- | Swiften/Session/SessionStream.h | 2 |
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" |