diff options
author | click <none@none> | 2010-07-29 01:22:45 +0200 |
---|---|---|
committer | click <none@none> | 2010-07-29 01:22:45 +0200 |
commit | 3296a944e787213ad2fb1cdc61212311424c4952 (patch) | |
tree | 7a8694cad305bbc06d9f634a15226fae031c5cfc /src/server/shared/Logging/Log.cpp | |
parent | 22d75dabdaeb19e849d05c8e5277d92589a77978 (diff) |
Convert to using ACE for reading configurationfiles, and remove dependency on dotconfpp configuration library and related files
(patch by astellar - and a thankyou to vladimir for being a russian teddybear)
--HG--
branch : trunk
Diffstat (limited to 'src/server/shared/Logging/Log.cpp')
-rw-r--r-- | src/server/shared/Logging/Log.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/shared/Logging/Log.cpp b/src/server/shared/Logging/Log.cpp index 7a34eaa0c0d..563c9593e65 100644 --- a/src/server/shared/Logging/Log.cpp +++ b/src/server/shared/Logging/Log.cpp @@ -20,7 +20,7 @@ #include "Common.h" #include "Log.h" -#include "Configuration/ConfigEnv.h" +#include "Configuration/Config.h" #include "Util.h" #include <stdarg.h> |