diff options
author | Jos Collin <jcollin@redhat.com> | 2017-05-26 07:46:38 +0200 |
---|---|---|
committer | Jos Collin <jcollin@redhat.com> | 2017-05-26 07:58:27 +0200 |
commit | 2a3382fad2516b122526d44bb4596b14c6dad83e (patch) | |
tree | a0dc6d6cae02bdb6b21fbbca29a4f3e1413155a9 /src/common/Continuation.h | |
parent | Merge pull request #15235 from smithfarm/wip-doc-empowers (diff) | |
download | ceph-2a3382fad2516b122526d44bb4596b14c6dad83e.tar.xz ceph-2a3382fad2516b122526d44bb4596b14c6dad83e.zip |
common: Remove redundant includes
Fixes: http://tracker.ceph.com/issues/19883 (Partially)
Signed-off-by: Jos Collin <jcollin@redhat.com>
Diffstat (limited to 'src/common/Continuation.h')
-rw-r--r-- | src/common/Continuation.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/Continuation.h b/src/common/Continuation.h index 394856973ab..aa3e1ed5036 100644 --- a/src/common/Continuation.h +++ b/src/common/Continuation.h @@ -13,7 +13,6 @@ */ #include "include/Context.h" -#include <set> /** * The Continuation interface is designed to help easily create multi-step |