summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShinobu Kinjo <shinobu@redhat.com>2017-10-16 07:30:56 +0200
committerShinobu Kinjo <shinobu@redhat.com>2017-10-16 07:30:56 +0200
commita583eac46f3a8982a704b4059280e504e425463c (patch)
tree52ed796440e97f50961a5ad4b762f4241a42262d
parentMerge pull request #18292 from xiexingguo/wip-recovery-order (diff)
downloadceph-a583eac46f3a8982a704b4059280e504e425463c.tar.xz
ceph-a583eac46f3a8982a704b4059280e504e425463c.zip
include/unordered_map/_set | cleanup: Remove unused header, ciso646
Signed-off-by: Shinobu Kinjo <shinobu@redhat.com>
-rw-r--r--src/include/unordered_map.h2
-rw-r--r--src/include/unordered_set.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/include/unordered_map.h b/src/include/unordered_map.h
index 0e48cfb0865..aee5f5a7639 100644
--- a/src/include/unordered_map.h
+++ b/src/include/unordered_map.h
@@ -1,8 +1,6 @@
#ifndef CEPH_UNORDERED_MAP_H
#define CEPH_UNORDERED_MAP_H
-#include <ciso646>
-
#include <unordered_map>
namespace ceph {
diff --git a/src/include/unordered_set.h b/src/include/unordered_set.h
index 41a6c72270e..e30e1799e5c 100644
--- a/src/include/unordered_set.h
+++ b/src/include/unordered_set.h
@@ -1,8 +1,6 @@
#ifndef CEPH_UNORDERED_SET_H
#define CEPH_UNORDERED_SET_H
-#include <ciso646>
-
#include <unordered_set>
namespace ceph {