Some include file optimizations. Fixes for the server.

This commit is contained in:
lotodore
2007-05-15 20:37:37 +00:00
parent c3fd4dded6
commit c160a09811
19 changed files with 144 additions and 123 deletions
+3 -6
View File
@@ -20,9 +20,7 @@
#ifndef LOCALBOARD_H
#define LOCALBOARD_H
#include "boardinterface.h"
#include <iostream>
#include <boardinterface.h>
class PlayerInterface;
class HandInterface;
@@ -30,9 +28,8 @@ class HandInterface;
class LocalBoard : public BoardInterface{
public:
LocalBoard();
~LocalBoard();
LocalBoard();
~LocalBoard();
void setPlayer(PlayerInterface**);
void setHand(HandInterface*);