diff options
author | click <none@none> | 2010-08-18 07:17:04 +0200 |
---|---|---|
committer | click <none@none> | 2010-08-18 07:17:04 +0200 |
commit | 7d8146f9891e69ae1610fd19e3587b6d7048f4b5 (patch) | |
tree | 8a6c81e71431219abfe4bdcc091dfef2346b79ab /src/server/shared/Database/AsyncDatabaseImpl.h | |
parent | 774eb840e9a7ddcf184c55240b5d932a6998866d (diff) |
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
Diffstat (limited to 'src/server/shared/Database/AsyncDatabaseImpl.h')
-rw-r--r-- | src/server/shared/Database/AsyncDatabaseImpl.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |