From 207bfca50989f92efbd6f623458c91aec892dfe4 Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Wed, 16 Nov 2005 05:40:35 +0000 Subject: [PATCH] remove windef.h inclusion. Its not needed and its non-standard svn path=/trunk/; revision=19260 --- reactos/w32api/include/crt/excpt.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/reactos/w32api/include/crt/excpt.h b/reactos/w32api/include/crt/excpt.h index 19452ca15e8..e5199b99b3f 100644 --- a/reactos/w32api/include/crt/excpt.h +++ b/reactos/w32api/include/crt/excpt.h @@ -19,8 +19,6 @@ #include <_mingw.h> #endif -#include - /* * NOTE: The constants structs and typedefs below should be defined in the * Win32 API headers.