Integrating precompiled headers support (might speed up compilation). Currently disabled (in .pro files).

This commit is contained in:
lotodore
2009-05-07 22:36:51 +00:00
parent e813c49fe5
commit ac4c2e9aef
36 changed files with 133 additions and 73 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
#include <boost/shared_ptr.hpp>
#include <list>
#include "game_defs.h"
#include <game_defs.h>
class PlayerInterface;
+1 -1
View File
@@ -20,9 +20,9 @@
#ifndef BOARDINTERFACE_H
#define BOARDINTERFACE_H
#include <boost/shared_ptr.hpp>
#include <vector>
#include <list>
#include <boost/shared_ptr.hpp>
class PlayerInterface;
class HandInterface;
-2
View File
@@ -25,8 +25,6 @@
#include "playerinterface.h"
#include "berointerface.h"
#include <boost/shared_ptr.hpp>
class EngineFactory{
public:
-4
View File
@@ -20,10 +20,6 @@
#ifndef HANDINTERFACE_H
#define HANDINTERFACE_H
#include <vector>
#include <boost/shared_ptr.hpp>
#include "guiinterface.h"
#include "boardinterface.h"
#include "playerinterface.h"
-2
View File
@@ -23,8 +23,6 @@
#include "handinterface.h"
#include <playerdata.h>
#include <boost/shared_ptr.hpp>
class SessionData;
class PlayerInterface{