summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Behaviors/BehaviorBreeder.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Mobs/Behaviors/BehaviorBreeder.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/Mobs/Behaviors/BehaviorBreeder.h b/src/Mobs/Behaviors/BehaviorBreeder.h
index 94830c42b..a3d0b51af 100644
--- a/src/Mobs/Behaviors/BehaviorBreeder.h
+++ b/src/Mobs/Behaviors/BehaviorBreeder.h
@@ -4,15 +4,6 @@ class cBehaviorBreeder;
#include "Behavior.h"
-class cWorld;
-class cMonster;
-class cPlayer;
-class cItems;
-
-
-
-
-
/** Grants breeding capabilities to the mob. */
class cBehaviorBreeder : public cBehavior
{