summaryrefslogtreecommitdiffstats
path: root/pokemod/Item.cpp
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/Item.cpp
parent807071d35159de0660f9df31c48d5bf895ca3622 (diff)
[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/Item.cpp')
-rw-r--r--pokemod/Item.cpp9
1 files changed, 3 insertions, 6 deletions
diff --git a/pokemod/Item.cpp b/pokemod/Item.cpp
index cf38506d..90d0262e 100644
--- a/pokemod/Item.cpp
+++ b/pokemod/Item.cpp
@@ -15,15 +15,12 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-// Qt includes
-#include <QMap>
+// Header include
+#include "Item.h"
// Pokemod includes
-#include "Pokemod.h"
#include "ItemEffect.h"
-
-// Header include
-#include "Item.h"
+#include "Pokemod.h"
Item::Item(const Item& item) :
Object("Item", item.parent(), item.id())