]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/TargetSelection.h
added forwarding headers
[l2e.git] / src / battle / TargetSelection.h
index fd1d041c90fe604ea01b229be51036353a21da7d..06d6f44198cda86c59341b314d4034a824cddd8a 100644 (file)
@@ -8,14 +8,13 @@
 #ifndef BATTLE_TARGETSELECTION_H_
 #define BATTLE_TARGETSELECTION_H_
 
-#include <vector>
+#include "fwd.h"
+#include "../common/fwd.h"
 
-namespace common { class TargetingMode; }
+#include <vector>
 
 namespace battle {
 
-class BattleState;
-
 class TargetSelection {
 
 public: