]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: fix include in cosd.cc too
authorSage Weil <sage.weil@dreamhost.com>
Fri, 6 May 2011 16:26:59 +0000 (09:26 -0700)
committerSage Weil <sage.weil@dreamhost.com>
Fri, 6 May 2011 16:26:59 +0000 (09:26 -0700)
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
src/cosd.cc

index e9d12bee4b65570989abebe204d9a54dbb6777f8..f3a1d106bcff0b859a31f4845b860c1cde8380ad 100644 (file)
 #include <string>
 using namespace std;
 
+#include "osd/OSD.h"
+
 #include "common/config.h"
 
 #include "mon/MonMap.h"
 #include "mon/MonClient.h"
 
-#include "osd/OSD.h"
 
 #include "msg/SimpleMessenger.h"