omitted a unneeded include.

This commit is contained in:
omegablast2002@yahoo.com
2011-03-02 21:35:31 +00:00
parent 64a234ef44
commit eb8a22223b

View File

@@ -4,7 +4,6 @@
#include "MTGDefinitions.h"
#include "Player.h"
#include "WEvent.h"
#include "Rules.h"
//Parses a string and gives phase numer
int PhaseRing::phaseStrToInt(string s)
{