Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: src/plugin/PluginStdAfx.h

Issue 5948518908821504: Issue #1158 - removed unnecessary definitions and #ifdef/#else/#endif sections (Closed)
Patch Set: Created Aug. 6, 2014, 7:38 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/plugin/PluginStdAfx.h
===================================================================
--- a/src/plugin/PluginStdAfx.h
+++ b/src/plugin/PluginStdAfx.h
@@ -54,22 +54,14 @@
#include "PluginDebugMacros.h"
#include "PluginErrorCodes.h"
+#include "Config.h"
-#if (defined PRODUCT_ADBLOCKPLUS)
-#include "Config.h"
-#endif
-
-#if (defined PRODUCT_ADBLOCKPLUS)
#if (defined ENTERPRISE)
#define CONFIG_IN_REGISTRY
Oleksandr 2014/10/02 21:24:02 We've removed SUPPORT_CONFIG and we are not using
#endif
#include "Resource.h"
-#endif
-#if (defined PRODUCT_ADBLOCKPLUS)
#include "PluginDebug.h"
-#endif
-
#define _CRTDBG_MAP_ALLOC
#include <stdlib.h>

Powered by Google App Engine
This is Rietveld