From 7d8146f9891e69ae1610fd19e3587b6d7048f4b5 Mon Sep 17 00:00:00 2001 From: click Date: Wed, 18 Aug 2010 07:17:04 +0200 Subject: Buildsystem/Core: Adjust header locations in CMake for collisions and shared + clean up includes from re26dbe6981 This sorts out issues with non-PCH compiles on supported platforms. --HG-- branch : trunk --- src/server/shared/Database/AsyncDatabaseImpl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/server/shared/Database/AsyncDatabaseImpl.h') diff --git a/src/server/shared/Database/AsyncDatabaseImpl.h b/src/server/shared/Database/AsyncDatabaseImpl.h index f85540a8016..39a5e6551d5 100644 --- a/src/server/shared/Database/AsyncDatabaseImpl.h +++ b/src/server/shared/Database/AsyncDatabaseImpl.h @@ -19,8 +19,8 @@ */ -#include "Database/DatabaseWorkerPool.h" -#include "Database/SQLOperation.h" +#include "DatabaseWorkerPool.h" +#include "SQLOperation.h" /// Function body definitions for the template function members of the Database class -- cgit v1.2.3