From d5fb2315cb86dbf0081280db3f40b97c20b6a271 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Tue, 13 Nov 2007 09:32:20 +0100 Subject: [PATCH] ctapi32: Use quotes to include our headers. Fixes winapi_check warnings. --- dlls/ctapi32/ctapi32.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/dlls/ctapi32/ctapi32.c b/dlls/ctapi32/ctapi32.c index 39fea9ca33a..2af4632611a 100644 --- a/dlls/ctapi32/ctapi32.c +++ b/dlls/ctapi32/ctapi32.c @@ -18,14 +18,14 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#include -#include +#include "config.h" +#include "wine/port.h" #include -#include -#include -#include -#include -#include +#include "wine/library.h" +#include "wine/debug.h" +#include "windef.h" +#include "winreg.h" +#include "winnls.h" #include "ctapi.h" WINE_DEFAULT_DEBUG_CHANNEL(ctapi32);