]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/AttackChoice.h
removed useless comments
[l2e.git] / src / battle / AttackChoice.h
index 8cba2353a164bccfd155672dd9c9fc5df291aa0c..1da0cdcde3a5b0a0e1f7b3969a384640f5de35a4 100644 (file)
@@ -1,21 +1,13 @@
-/*
- * AttackChoice.h
- *
- *  Created on: Aug 7, 2012
- *      Author: holy
- */
-
 #ifndef BATTLE_ATTACKCHOICE_H_
 #define BATTLE_ATTACKCHOICE_H_
 
-#include "TargetSelection.h"
-
 namespace common {
-       class Ikari;
        class Item;
        class Spell;
 }
 
+#include "TargetSelection.h"
+
 namespace battle {
 
 class AttackChoice {
@@ -55,4 +47,4 @@ private:
 
 }
 
-#endif /* BATTLE_ATTACKCHOICE_H_ */
+#endif