From 5ac6e1f5c55a6c8a24427232dc3be9b19c154fa2 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Wed, 12 Sep 2007 23:42:02 +0200 Subject: [PATCH] crypt32: We don't consider sys/types.h to be a conditional include. --- dlls/crypt32/rootstore.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/dlls/crypt32/rootstore.c b/dlls/crypt32/rootstore.c index 7941fa21a69..945b9c81f6e 100644 --- a/dlls/crypt32/rootstore.c +++ b/dlls/crypt32/rootstore.c @@ -18,9 +18,7 @@ #include "config.h" #include #include -#ifdef HAVE_SYS_TYPES_H #include -#endif #ifdef HAVE_SYS_STAT_H #include #endif