Conflicts:
src/mds/AnchorClient.h
#ifndef __ANCHORCLIENT_H
#define __ANCHORCLIENT_H
-#include <vector>
-using std::vector;
-#include <ext/hash_map>
-using __gnu_cxx::hash_map;
-
#include "include/types.h"
#include "msg/Dispatcher.h"
#ifndef __MDCACHE_H
#define __MDCACHE_H
-#include <string>
-#include <vector>
-#include <map>
-#include <set>
-#include <ext/hash_map>
-
#include "include/types.h"
#include "include/filepath.h"
#ifndef __MDS_H
#define __MDS_H
-#include <list>
-#include <vector>
-#include <set>
-#include <map>
-#include <ostream>
-using namespace std;
-
-#include <ext/hash_map>
-using namespace __gnu_cxx;
-
#include "mdstypes.h"
#include "msg/Dispatcher.h"
#ifndef __SIMPLEMESSENGER_H
#define __SIMPLEMESSENGER_H
+#include "include/types.h"
#include <list>
#include <map>
#include <ext/hash_set>
using namespace __gnu_cxx;
-
-#include "include/types.h"
-
#include "common/Mutex.h"
#include "common/Cond.h"
#include "common/Thread.h"
* "files" are identified by ino.
*/
-#include <set>
-#include <map>
-using namespace std;
-
-#include <ext/hash_map>
-using namespace __gnu_cxx;
-
#include "include/types.h"
#include "osd/OSDMap.h"
#include "Filer.h"
class Objecter;
-class Objecter::OSDRead;
-class Objecter::OSDWrite;
class ObjectCacher {
public: