From bfe3229a7ddedf74abbfd58192b1a6632e024b9d Mon Sep 17 00:00:00 2001 From: Gregor Anich Date: Fri, 17 Jun 2005 17:18:58 +0000 Subject: [PATCH] Remove #include - there is no pshpack beeing included. svn path=/trunk/; revision=15996 --- reactos/include/wine/shtypes.h | 1 - 1 file changed, 1 deletion(-) diff --git a/reactos/include/wine/shtypes.h b/reactos/include/wine/shtypes.h index 0f05ae0b78e..5b94e064a50 100644 --- a/reactos/include/wine/shtypes.h +++ b/reactos/include/wine/shtypes.h @@ -16,7 +16,6 @@ typedef enum tagSTRRET_TYPE { STRRET_CSTR = 2 } STRRET_TYPE; -#include #ifdef __cplusplus } #endif