]> Dogcows Code - chaz/yoink/blobdiff - src/moof/manager.hh
pch support
[chaz/yoink] / src / moof / manager.hh
index a3963e8a1341f8929f6407722bee32938063791b..907815f56b30f8f8c41af849593ee4d2154bad3b 100644 (file)
 #ifndef _MOOF_MANAGER_HH_
 #define _MOOF_MANAGER_HH_
 
+#include <string>
+#include <boost/shared_ptr.hpp>
+
+#include <moof/hash.hh>
+
+
 /**
  * \file manager.hh
  * A manager is a collection of named objects of the same type.  Libraries
  * have any interested code.
  */
 
-#include <string>
-
-#include <boost/shared_ptr.hpp>
-
-#include <moof/hash.hh>
-
-
 namespace moof {
 
 
This page took 0.017658 seconds and 4 git commands to generate.