diff options
Diffstat (limited to 'src/common/debug.h')
-rw-r--r-- | src/common/debug.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/common/debug.h b/src/common/debug.h index bf59ec0d21c..0960b760e95 100644 --- a/src/common/debug.h +++ b/src/common/debug.h @@ -16,17 +16,17 @@ #ifndef CEPH_DOUT_H #define CEPH_DOUT_H -#include "common/config.h" -#include "common/likely.h" -#include "common/Clock.h" -#include "log/Log.h" -#include "include/assert.h" - #include <iostream> #include <pthread.h> #include <streambuf> #include <sstream> +#include "include/assert.h" +#include "common/config.h" +#include "common/likely.h" +#include "common/Clock.h" +#include "log/Log.h" + extern void dout_emergency(const char * const str); extern void dout_emergency(const std::string &str); |