[1/2] iphlpapi: Remove a few redundant include directives.

Francois Gouget fgouget at free.fr
Fri Dec 9 04:59:43 CST 2011


---

ifenum.h already incldues these two headers and ifenum.c relies on that 
already.

 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"
 
-- 
1.7.7.3




More information about the wine-patches mailing list