diff options
Diffstat (limited to 'src/rgw/rgw_common.h')
-rw-r--r-- | src/rgw/rgw_common.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/rgw/rgw_common.h b/src/rgw/rgw_common.h index ea7bff0b54c..96bdfb41da0 100644 --- a/src/rgw/rgw_common.h +++ b/src/rgw/rgw_common.h @@ -15,17 +15,17 @@ #ifndef CEPH_RGW_COMMON_H #define CEPH_RGW_COMMON_H -#include "common/ceph_crypto.h" -#include "common/perf_counters.h" - #include "acconfig.h" +#include "include/types.h" #include <errno.h> #include <string.h> #include <string> #include <map> -#include "include/types.h" + #include "include/utime.h" +#include "common/ceph_crypto.h" +#include "common/perf_counters.h" using namespace std; |