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"