| Index: src/plugin/PluginWbPassThrough.cpp |
| =================================================================== |
| --- a/src/plugin/PluginWbPassThrough.cpp |
| +++ b/src/plugin/PluginWbPassThrough.cpp |
| @@ -16,14 +16,13 @@ |
| */ |
| #include "PluginStdAfx.h" |
| - |
| #include "PluginWbPassThrough.h" |
| -#include "PluginClient.h" |
| -#include "PluginClientFactory.h" |
| +#include "AdblockPlusClient.h" |
| #include "PluginFilter.h" |
| #include "PluginSettings.h" |
| #include "PluginClass.h" |
| #include "PluginSystem.h" |
| +#include "PluginUtil.h" |
| #include <WinInet.h> |
| #include "wtypes.h" |
|
Oleksandr
2015/03/19 04:39:32
wtypes.h, PluginSystem.h, PluginFilter.h can be r
|
| #include "../shared/Utils.h" |