| Index: src/engine/main.cpp |
| =================================================================== |
| --- a/src/engine/main.cpp |
| +++ b/src/engine/main.cpp |
| @@ -1,14 +1,14 @@ |
| #include "stdafx.h" |
| #include "../shared/AutoHandle.h" |
| #include "../shared/Communication.h" |
| +#include "../shared/Utils.h" |
| #include "Debug.h" |
| -#include "Utils.h" |
| namespace |
| { |
| std::auto_ptr<AdblockPlus::FilterEngine> filterEngine; |
| std::string ToUtf8String(std::wstring str) |
| { |
| size_t length = str.size(); |