* Linux compile with and without PCH fixed

* Script library compile fixed
* --todo: fix all scripts themselves :)

--HG--
branch : trunk
This commit is contained in:
Brian
2010-06-08 13:05:47 -06:00
parent 413af7b21f
commit b76b6700ed
82 changed files with 278 additions and 250 deletions

View File

@@ -18,15 +18,15 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "Database/DatabaseEnv.h"
#include "Policies/SingletonImp.h"
#include "DatabaseEnv.h"
#include "SingletonImp.h"
#include "AddonMgr.h"
#include "ObjectAccessor.h"
#include "Player.h"
#include "Utilities/Util.h"
#include "Cryptography/SHA1.h"
#include "Utilities/ProgressBar.h"
#include "Util.h"
#include "SHA1.h"
#include "ProgressBar.h"
extern DatabaseType LoginDatabase;