summaryrefslogtreecommitdiff
path: root/src/common/OutputDataSocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/OutputDataSocket.h')
-rw-r--r--src/common/OutputDataSocket.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/common/OutputDataSocket.h b/src/common/OutputDataSocket.h
index f581a56bf03..03f99766303 100644
--- a/src/common/OutputDataSocket.h
+++ b/src/common/OutputDataSocket.h
@@ -15,14 +15,14 @@
#ifndef CEPH_COMMON_OUTPUTDATASOCKET_H
#define CEPH_COMMON_OUTPUTDATASOCKET_H
-#include "common/Thread.h"
-#include "common/Mutex.h"
-#include "common/Cond.h"
-
#include <string>
#include <map>
#include <list>
+
#include "include/buffer.h"
+#include "common/Thread.h"
+#include "common/Mutex.h"
+#include "common/Cond.h"
class CephContext;