taskkill: Removed no longer needed psapi import.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Jacek Caban 2017-03-03 13:11:52 +01:00 committed by Alexandre Julliard
parent f4d9c3c994
commit e137997399

View file

@ -1,6 +1,6 @@
MODULE = taskkill.exe
APPMODE = -mconsole -municode
IMPORTS = psapi user32
IMPORTS = user32
C_SRCS = taskkill.c