diff options
| author | XTZGZoReX <none@none> | 2009-03-19 21:28:25 +0100 |
|---|---|---|
| committer | XTZGZoReX <none@none> | 2009-03-19 21:28:25 +0100 |
| commit | 3c713189fb6ac6666e6d8e7faa2e1fec6b425725 (patch) | |
| tree | 484e19e955ce3e39c387e868fd89384584b524c7 /src/shared | |
| parent | 9fe43fa9c0bd21f6c203072f19a77a570680ecab (diff) | |
* Correctly implement database logging in WorldLog.
* This fixes LogDB.World config option.
--HG--
branch : trunk
Diffstat (limited to 'src/shared')
| -rw-r--r-- | src/shared/Log.cpp | 1 | ||||
| -rw-r--r-- | src/shared/Log.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/Log.cpp b/src/shared/Log.cpp index 480532cc5a6..4028f71e4c7 100644 --- a/src/shared/Log.cpp +++ b/src/shared/Log.cpp @@ -21,7 +21,6 @@ #include "Common.h" #include "Log.h" #include "Policies/SingletonImp.h" -#include "Database/DatabaseEnv.h" #include "Config/ConfigEnv.h" #include "Util.h" diff --git a/src/shared/Log.h b/src/shared/Log.h index 56140b73c70..85670e706e6 100644 --- a/src/shared/Log.h +++ b/src/shared/Log.h @@ -23,6 +23,7 @@ #include "Common.h" #include "Policies/Singleton.h" +#include "Database/DatabaseEnv.h" class Config; |
