]> Dogcows Code - chaz/yoink/blobdiff - src/moof/resource.hh
pch support
[chaz/yoink] / src / moof / resource.hh
index 41dfd61ac11d5ab3bbd94262fcf58c543183181f..d4f416227ee1f9b3985ce8579cf7ab4ac44dfbc1 100644 (file)
 #ifndef _MOOF_RESOURCE_HH_
 #define _MOOF_RESOURCE_HH_
 
-/**
- * \file resource.hh
- * Interface for textures, sounds, and other types of resources.
- */
-
 #include <map>
 #include <stdexcept>
 #include <string>
 #include <boost/shared_ptr.hpp>
 #include <boost/function.hpp>
 
-#include <moof/debug.hh>
 
+/**
+ * \file resource.hh
+ * Interface for textures, sounds, and other types of resources.
+ */
 
 namespace moof {
 
This page took 0.01765 seconds and 4 git commands to generate.