From: Francois Gouget Subject: include: Remove an unneeded include directive from msctf.idl. Message-Id: Date: Sat, 23 May 2015 17:06:45 +0200 (CEST) --- The header generated by widl already include windows.h so including winuser.h is redundant. include/msctf.idl | 1 - 1 file changed, 1 deletion(-) diff --git a/include/msctf.idl b/include/msctf.idl index 0e2b8b4..db82709 100644 --- a/include/msctf.idl +++ b/include/msctf.idl @@ -22,7 +22,6 @@ import "comcat.idl"; import "textstor.idl"; import "ctfutb.idl"; #endif -cpp_quote("#include ") cpp_quote("#define TF_E_STACKFULL MAKE_HRESULT(SEVERITY_ERROR, FACILITY_ITF, 0x0501)") cpp_quote("#define TF_E_DISCONNECTED MAKE_HRESULT(SEVERITY_ERROR, FACILITY_ITF, 0x0504)") -- 2.1.4