summaryrefslogtreecommitdiffstats
path: root/pokemod/AbilityEffect.h
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2008-04-27 17:57:32 +0000
committerBen Boeckel <MathStuf@gmail.com>2008-04-27 17:57:32 +0000
commit0fa52c1f61c457c9b68bec53bcce3af858e5eb44 (patch)
treec5b10b77a01b417775097476029bcf67fac79975 /pokemod/AbilityEffect.h
parent807071d35159de0660f9df31c48d5bf895ca3622 (diff)
downloadsigen-0fa52c1f61c457c9b68bec53bcce3af858e5eb44.tar.gz
sigen-0fa52c1f61c457c9b68bec53bcce3af858e5eb44.tar.xz
sigen-0fa52c1f61c457c9b68bec53bcce3af858e5eb44.zip
[FIX] More header cleanliness
[FIX] UI classes now just use the ObjectUI pointers [FIX] Some miscellaneous qmake options git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@112 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'pokemod/AbilityEffect.h')
-rw-r--r--pokemod/AbilityEffect.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/pokemod/AbilityEffect.h b/pokemod/AbilityEffect.h
index e4fca6ba..424deff4 100644
--- a/pokemod/AbilityEffect.h
+++ b/pokemod/AbilityEffect.h
@@ -25,9 +25,6 @@
#include "../general/Exception.h"
#include "../general/Fraction.h"
-// Qt includes
-#include <QString>
-
class AbilityEffect : public Object
{
public: