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

Unified Diff: src/engine/stdafx.h

Issue 10774005: Avoid duplication between AdblockPlus and AdblockPlusEngine (Closed)
Patch Set: Created May 24, 2013, 3:48 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/engine/stdafx.h
===================================================================
new file mode 100644
--- /dev/null
+++ b/src/engine/stdafx.h
@@ -0,0 +1,6 @@
+#include <AdblockPlus.h>
+#include <ShlObj.h>
+#include <sstream>
+#include <vector>
+#include <Windows.h>
+#include <Sddl.h>

Powered by Google App Engine
This is Rietveld