Index: src/ch/ch.h =================================================================== diff -u -N -rb8b97b70743c49fcc2aee0db4cb7118db5e26dab -rcca174e74e108de1f5729e4cc6c46d2b9a5e25a7 --- src/ch/ch.h (.../ch.h) (revision b8b97b70743c49fcc2aee0db4cb7118db5e26dab) +++ src/ch/ch.h (.../ch.h) (revision cca174e74e108de1f5729e4cc6c46d2b9a5e25a7) @@ -24,10 +24,10 @@ #include "../libchcore/TConfig.h" #include "TShellExtensionClient.h" #include "TCommandLineParser.h" -#include "../common/TLogger.h" -#include "../common/TLoggerInitializer.h" +#include "../liblogger/TLogger.h" +#include "../liblogger/TLoggerInitializer.h" #include "../libchcore/TCoreEngine.h" -#include "../common/TLoggerFactory.h" +#include "../liblogger/TLoggerFactory.h" class CCopyHandlerApp : public CWinApp, public CAppHelper {