]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/common/Cond.h
update sources to v12.1.0
[ceph.git] / ceph / src / common / Cond.h
index 14022768303ad5050e8ffb7eeff82d6605d33116..aa53b60f2349e16ff488b9fcf6f827d564412041 100644 (file)
 #ifndef CEPH_COND_H
 #define CEPH_COND_H
 
-#include <time.h>
-#include <pthread.h>
-
 #include "include/Context.h"
 
-#include "common/ceph_time.h"
-#include "common/Mutex.h"
-#include "common/Clock.h"
-
-
 class Cond {
   // my bits
   pthread_cond_t _c;