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

Unified Diff: src/plugin/PluginStdAfx.h

Issue 5750789393874944: [IE] First round of ATL removal (Closed)
Patch Set: Created June 20, 2014, 9:22 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
@@ -20,14 +20,11 @@
#define _ATL_APARTMENT_THREADED
//#define _CRT_SECURE_NO_DEPRECATE 1
-#include <atlbase.h>
-#include <atlstr.h>
-#include <atltypes.h>
+#include "ATL_Deprecate.h"
extern CComModule _Module;
#include <comutil.h>
-#include <atlcom.h>
-#include <atlhost.h>
+
#include <stdio.h>
#include <assert.h>
#include <stdexcept>

Powered by Google App Engine
This is Rietveld