Daniele Bartolini 11 years ago
parent
commit
45401d302d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      engine/resource/resource_loader.h

+ 2 - 2
engine/resource/resource_loader.h

@@ -31,8 +31,6 @@ OTHER DEALINGS IN THE SOFTWARE.
 #include "thread.h"
 #include "container_types.h"
 #include "mutex.h"
-#include "semaphore.h"
-#include "os.h"
 
 namespace crown
 {
@@ -47,6 +45,8 @@ struct ResourceData
 };
 
 /// Loads resources in a background thread.
+///
+/// @ingroup Resource
 class ResourceLoader
 {
 public: