X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fmoof%2Fmanager.hh;h=907815f56b30f8f8c41af849593ee4d2154bad3b;hp=a3963e8a1341f8929f6407722bee32938063791b;hb=44b3014bce798789e795242d1556cb7449e6386a;hpb=4f6e4488a55f7e3ba3f7485d78177f793c0eab9a diff --git a/src/moof/manager.hh b/src/moof/manager.hh index a3963e8..907815f 100644 --- a/src/moof/manager.hh +++ b/src/moof/manager.hh @@ -10,6 +10,12 @@ #ifndef _MOOF_MANAGER_HH_ #define _MOOF_MANAGER_HH_ +#include +#include + +#include + + /** * \file manager.hh * A manager is a collection of named objects of the same type. Libraries @@ -17,13 +23,6 @@ * have any interested code. */ -#include - -#include - -#include - - namespace moof {