]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/common/lru_map.h
update sources to v12.1.0
[ceph.git] / ceph / src / common / lru_map.h
index 1e1acc95f76de304abd7be5970c0627f8afbb471..35722fcd08ab1e14fe77f0f11b31691b50606a38 100644 (file)
@@ -1,11 +1,8 @@
 #ifndef CEPH_LRU_MAP_H
 #define CEPH_LRU_MAP_H
 
-#include <list>
-#include <map>
 #include "common/Mutex.h"
 
-
 template <class K, class V>
 class lru_map {
   struct entry {