From 3b6ca071d0c8e58e6d39dbff59dcb975e6ee8b14 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Sat, 23 May 2015 17:06:45 +0200 Subject: [PATCH] include: Remove an unneeded include directive from msctf.idl. --- include/msctf.idl | 1 - 1 file changed, 1 deletion(-) diff --git a/include/msctf.idl b/include/msctf.idl index 0e2b8b4767b..db82709f5f3 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)")