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/worldserver/Master.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/worldserver/Master.cpp')
| -rw-r--r-- | src/server/worldserver/Master.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/worldserver/Master.cpp b/src/server/worldserver/Master.cpp index 4a986893d78..fd2e7217daa 100644 --- a/src/server/worldserver/Master.cpp +++ b/src/server/worldserver/Master.cpp @@ -31,7 +31,7 @@ #include "WorldRunnable.h" #include "WorldSocket.h" #include "WorldSocketMgr.h" -#include "Configuration/ConfigEnv.h" +#include "Configuration/Config.h" #include "Database/DatabaseEnv.h" #include "CliRunnable.h" |
