From b2e515e6badeb033bbdb53b28424d3b8e7289067 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Mon, 21 Jan 2008 04:47:36 +0000 Subject: [FIX] pokemod compiles faster due to better placement of #includes [FIX] Header of pokemodr/PokeModr.h git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@36 6ecfd1a5-f3ed-3746-8530-beee90d26b22 --- pokemod/CoinList.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'pokemod/CoinList.cpp') diff --git a/pokemod/CoinList.cpp b/pokemod/CoinList.cpp index b7d1d55e..78f33ac9 100644 --- a/pokemod/CoinList.cpp +++ b/pokemod/CoinList.cpp @@ -21,6 +21,14 @@ // with this program. If not, see . ///////////////////////////////////////////////////////////////////////////// +#include +#include +#include +#include +#include +#include "Pokemod.h" +#include "Item.h" +#include "ItemEffect.h" #include "CoinList.h" PokeMod::CoinList::CoinList(const Pokemod& par, const unsigned _id) : -- cgit