Remove unused import from dsound.
_________________________________________________________________
The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail
Index: dlls/dsound/Makefile.in =================================================================== RCS file: /home/wine/wine/dlls/dsound/Makefile.in,v retrieving revision 1.16 diff -u -r1.16 Makefile.in --- dlls/dsound/Makefile.in 5 Dec 2002 19:19:41 -0000 1.16 +++ dlls/dsound/Makefile.in 17 Dec 2002 14:37:48 -0000 @@ -3,7 +3,7 @@ SRCDIR = @srcdir@ VPATH = @srcdir@ MODULE = dsound.dll -IMPORTS = winmm advapi32 kernel32 ntdll +IMPORTS = winmm advapi32 kernel32 EXTRALIBS = $(LIBUUID) LDDLLFLAGS = @LDDLLFLAGS@