]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/SmallHeroTag.h
removed stupid file headers that eclipse put in
[l2e.git] / src / battle / SmallHeroTag.h
index c17d540c0609d98dc0d793113cc043ec0c6ddede..69a6f5c547cf7bb591613569b72d9bf54c036727 100644 (file)
@@ -1,27 +1,14 @@
-/*
- * SmallHeroTag.h
- *
- *  Created on: Aug 11, 2012
- *      Author: holy
- */
-
 #ifndef BATTLE_SMALLHEROTAG_H_
 #define BATTLE_SMALLHEROTAG_H_
 
+#include "fwd.h"
 #include "../geometry/Vector.h"
+#include "../graphics/fwd.h"
 
 #include <SDL.h>
 
-namespace graphics {
-       class Font;
-       class Frame;
-       class Gauge;
-}
-
 namespace battle {
 
-class BattleState;
-
 class SmallHeroTag {
 
 public: