From 3e2cb753493cd9f2e0a779c8c73734dd93c09832 Mon Sep 17 00:00:00 2001 From: Mike McCormack Date: Fri, 13 May 2005 13:59:15 +0000 Subject: [PATCH] Remove some unused include files. --- dlls/shell32/shelllink.c | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/dlls/shell32/shelllink.c b/dlls/shell32/shelllink.c index f73c88016c8..375ffefda86 100644 --- a/dlls/shell32/shelllink.c +++ b/dlls/shell32/shelllink.c @@ -32,22 +32,6 @@ * in that string is parsed an stored. */ -#include "config.h" -#include "wine/port.h" - -#include -#include -#include -#include -#ifdef HAVE_UNISTD_H -# include -#endif -#include -#include -#ifdef HAVE_SYS_WAIT_H -# include -#endif - #define COBJMACROS #include "wine/debug.h"