From e4f9075273c2785f4d2a4416b92cefa9e9cc9bbc Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 16 Feb 2012 10:04:21 +0900 Subject: Redundant definition of blob_t removed Signed-off-by: Martin Sustrik --- src/xpub.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/xpub.hpp b/src/xpub.hpp index 840eaba..92f97a1 100644 --- a/src/xpub.hpp +++ b/src/xpub.hpp @@ -29,6 +29,7 @@ #include "mtrie.hpp" #include "array.hpp" #include "dist.hpp" +#include "blob.hpp" namespace xs { @@ -77,7 +78,6 @@ namespace xs // List of pending (un)subscriptions, ie. those that were already // applied to the trie, but not yet received by the user. - typedef std::basic_string blob_t; typedef std::deque pending_t; pending_t pending; -- cgit v1.2.3