summaryrefslogtreecommitdiffstats
path: root/pokemod/Move.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pokemod/Move.cpp')
-rw-r--r--pokemod/Move.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/pokemod/Move.cpp b/pokemod/Move.cpp
index 10c8affe..20e49c21 100644
--- a/pokemod/Move.cpp
+++ b/pokemod/Move.cpp
@@ -22,9 +22,6 @@
#include "MoveEffect.h"
#include "Pokemod.h"
-// Qt includes
-#include <QMap>
-
const QStringList Move::TargetStr = QStringList() << "Player" << "Enemy" << "All" << "Random";
const QStringList Move::ChoiceStr = QStringList() << "Player" << "Enemy" << "Random";