summaryrefslogtreecommitdiff
path: root/src/rgw/rgw_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rgw/rgw_cache.h')
-rw-r--r--src/rgw/rgw_cache.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/rgw/rgw_cache.h b/src/rgw/rgw_cache.h
index e4002f6af25..a0541f836a5 100644
--- a/src/rgw/rgw_cache.h
+++ b/src/rgw/rgw_cache.h
@@ -1,13 +1,15 @@
#ifndef CEPH_RGWCACHE_H
#define CEPH_RGWCACHE_H
-#include "rgw_rados.h"
#include <string>
#include <map>
+
#include "include/types.h"
#include "include/utime.h"
#include "include/assert.h"
+#include "rgw_rados.h"
+
enum {
UPDATE_OBJ,
REMOVE_OBJ,