summaryrefslogtreecommitdiffstats
path: root/pokemod/EggGroup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pokemod/EggGroup.cpp')
-rw-r--r--pokemod/EggGroup.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/pokemod/EggGroup.cpp b/pokemod/EggGroup.cpp
index 3d8562b3..8ca56d6b 100644
--- a/pokemod/EggGroup.cpp
+++ b/pokemod/EggGroup.cpp
@@ -15,12 +15,12 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-// Pokemod includes
-#include "Pokemod.h"
-
// Header include
#include "EggGroup.h"
+// Pokemod includes
+#include "Pokemod.h"
+
EggGroup::EggGroup(const EggGroup& eggGroup) :
Object("EggGroup", eggGroup.parent(), eggGroup.id())
{