summaryrefslogtreecommitdiff
path: root/src/common/WorkQueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/WorkQueue.h')
-rw-r--r--src/common/WorkQueue.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/WorkQueue.h b/src/common/WorkQueue.h
index 2475b45d1ac..1b0ceac3c16 100644
--- a/src/common/WorkQueue.h
+++ b/src/common/WorkQueue.h
@@ -15,9 +15,9 @@
#ifndef CEPH_WORKQUEUE_H
#define CEPH_WORKQUEUE_H
-#include "Mutex.h"
-#include "Cond.h"
-#include "Thread.h"
+#include "common/Mutex.h"
+#include "common/Cond.h"
+#include "common/Thread.h"
#include "common/config_obs.h"
class CephContext;