diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2013-12-08 22:30:06 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2013-12-10 15:52:49 +0900 |
commit | dae9b7060dd60702c7bc9270c6efdba89e41106a (patch) | |
tree | 4a8b0e186a46fab01bc912a7857ce5d580d1c306 /extensions | |
parent | 4cb23d2016042b0738b0be1ec5b4dfe4e2b80b5a (diff) |
Drop duplicate #include
Change-Id: Ib8969d5cd4898b81a5dcd90dc313abd28adfe052
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/test/ole/unoTocomCalls/XCallback_Impl/StdAfx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extensions/test/ole/unoTocomCalls/XCallback_Impl/StdAfx.h b/extensions/test/ole/unoTocomCalls/XCallback_Impl/StdAfx.h index f43772942f81..8124560e5e5f 100644 --- a/extensions/test/ole/unoTocomCalls/XCallback_Impl/StdAfx.h +++ b/extensions/test/ole/unoTocomCalls/XCallback_Impl/StdAfx.h @@ -39,7 +39,6 @@ //something, but do not change the name of _Module extern CComModule _Module; #include <atlcom.h> -#include <stdio.h> #include <tchar.h> //{{AFX_INSERT_LOCATION}} |