Zebediah Figura : winegstreamer: Remove some unused imports.

Alexandre Julliard julliard at winehq.org
Thu Apr 16 16:45:12 CDT 2020


Module: wine
Branch: master
Commit: ecac569df231d7a0f8b11ca7cf8803642986fefb
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=ecac569df231d7a0f8b11ca7cf8803642986fefb

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Thu Apr 16 00:33:58 2020 -0500

winegstreamer: Remove some unused imports.

Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/winegstreamer/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/winegstreamer/Makefile.in b/dlls/winegstreamer/Makefile.in
index 2364ac84dc..097edf273f 100644
--- a/dlls/winegstreamer/Makefile.in
+++ b/dlls/winegstreamer/Makefile.in
@@ -1,5 +1,5 @@
 MODULE    = winegstreamer.dll
-IMPORTS   = strmiids uuid winmm msacm32 msvfw32 ole32 oleaut32 user32 gdi32 advapi32 mfplat mfuuid
+IMPORTS   = strmiids uuid ole32 mfplat mfuuid
 EXTRAINCL = $(GSTREAMER_CFLAGS)
 EXTRALIBS = $(GSTREAMER_LIBS) $(PTHREAD_LIBS)
 PARENTSRC = ../strmbase




More information about the wine-cvs mailing list