diff options
Diffstat (limited to 'src/common/LogClient.h')
-rw-r--r-- | src/common/LogClient.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/LogClient.h b/src/common/LogClient.h index 8fa7bd14ce6..b254961f222 100644 --- a/src/common/LogClient.h +++ b/src/common/LogClient.h @@ -15,12 +15,12 @@ #ifndef CEPH_LOGCLIENT_H #define CEPH_LOGCLIENT_H -#include "common/LogEntry.h" -#include "common/Mutex.h" - #include <iosfwd> #include <sstream> +#include "common/LogEntry.h" +#include "common/Mutex.h" + class LogClient; class MLog; class MLogAck; |