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

Unified Diff: include/AdblockPlus/FilterEngine.h

Issue 10169005: Windows specific changes. All tests passing on Windows. (Closed)
Patch Set: Previous patch comments addressed Created April 9, 2013, 7:38 a.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
« no previous file with comments | « no previous file | src/FilterEngine.cpp » ('j') | src/FilterEngine.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/AdblockPlus/FilterEngine.h
===================================================================
--- a/include/AdblockPlus/FilterEngine.h
+++ b/include/AdblockPlus/FilterEngine.h
@@ -4,13 +4,6 @@
#include <vector>
#include <map>
#include <string>
-#ifdef _WIN32 || _WIN64
Felix Dahlke 2013/04/09 08:11:15 Why not just "#ifdef WIN32"? That's what I always
-#include <memory>
-#include <cctype>
-#include <functional>
Felix Dahlke 2013/04/09 08:11:15 Is cctype and functional really needed in the head
-#else
-#include <tr1/memory>
-#endif
namespace AdblockPlus
{
« no previous file with comments | « no previous file | src/FilterEngine.cpp » ('j') | src/FilterEngine.cpp » ('J')

Powered by Google App Engine
This is Rietveld