summaryrefslogtreecommitdiff
path: root/src/common/RefCountedObj.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/RefCountedObj.h')
-rw-r--r--src/common/RefCountedObj.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/RefCountedObj.h b/src/common/RefCountedObj.h
index 4bbbc8dfa61..0cd6b8f969c 100644
--- a/src/common/RefCountedObj.h
+++ b/src/common/RefCountedObj.h
@@ -15,10 +15,9 @@
#ifndef CEPH_REFCOUNTEDOBJ_H
#define CEPH_REFCOUNTEDOBJ_H
+#include "include/atomic.h"
#include "common/Mutex.h"
#include "common/Cond.h"
-#include "include/atomic.h"
-
struct RefCountedObject {
atomic_t nref;