Module: wine Branch: master Commit: 6fa0bda53591d3ddaf9dfcc78c475dd702000283 URL: http://source.winehq.org/git/wine.git/?a=commit;h=6fa0bda53591d3ddaf9dfcc78c... Author: Francois Gouget <fgouget(a)free.fr> Date: Fri Dec 9 11:59:43 2011 +0100 iphlpapi: Remove a few redundant include directives. --- dlls/iphlpapi/ipstats.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/dlls/iphlpapi/ipstats.c b/dlls/iphlpapi/ipstats.c index 0a74748..7c8e747 100644 --- a/dlls/iphlpapi/ipstats.c +++ b/dlls/iphlpapi/ipstats.c @@ -129,9 +129,6 @@ #define ADVANCE(x, n) (x += ROUNDUP(((struct sockaddr *)n)->sa_len)) #endif -#include "windef.h" -#include "winbase.h" -#include "iprtrmib.h" #include "ifenum.h" #include "ipstats.h"