diff options
Diffstat (limited to 'src/global/global_context.h')
-rw-r--r-- | src/global/global_context.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/global/global_context.h b/src/global/global_context.h index ab251dced70..699a55fb3b5 100644 --- a/src/global/global_context.h +++ b/src/global/global_context.h @@ -15,11 +15,11 @@ #ifndef CEPH_GLOBAL_CONTEXT_H #define CEPH_GLOBAL_CONTEXT_H -#include "common/ceph_context.h" - #include <iostream> #include <stdint.h> +#include "common/ceph_context.h" + class md_config_t; extern CephContext *g_ceph_context; |