From 6fa0bda53591d3ddaf9dfcc78c475dd702000283 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Fri, 9 Dec 2011 11:59:43 +0100 Subject: [PATCH] iphlpapi: Remove a few redundant include directives. --- dlls/iphlpapi/ipstats.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/dlls/iphlpapi/ipstats.c b/dlls/iphlpapi/ipstats.c index 0a747488bca..7c8e7474407 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"