summaryrefslogtreecommitdiffstats
path: root/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'game.h')
-rw-r--r--game.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/game.h b/game.h
index 0ac8a66..0e4d7f7 100644
--- a/game.h
+++ b/game.h
@@ -11,13 +11,12 @@
#include "cardpile.h"
#include "user.h"
#include "opponent.h"
-#include "sorthand.h"
using std::cout;
using std::endl;
using std::cin;
-class Game : virtual public CardPile, public User, public Opponent, public SortHand
+class Game : virtual public CardPile, public User, public Opponent
{
private: