]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: rearrange includes
authorYehuda Sadeh <yehuda@inktank.com>
Tue, 8 Oct 2013 18:20:56 +0000 (11:20 -0700)
committerYehuda Sadeh <yehuda@inktank.com>
Tue, 8 Oct 2013 21:34:53 +0000 (14:34 -0700)
Need to have ceph_json.h first due to some boost weirdness.

Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
src/rgw/rgw_metadata.cc

index 6da1ff5ab24b8f273d7463b7cdccd826e90a3df3..b22d5804569e28435802950133d241ecfc0fe1d9 100644 (file)
@@ -1,7 +1,7 @@
 
 
-#include "rgw_metadata.h"
 #include "common/ceph_json.h"
+#include "rgw_metadata.h"
 #include "cls/version/cls_version_types.h"
 
 #include "rgw_rados.h"