[PATCH 1/5] strmbase: Remove unused wine/unicode.h import.

Zebediah Figura zfigura at codeweavers.com
Mon Jul 8 11:24:39 CDT 2019


Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
---
 dlls/strmbase/strmbase_private.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/strmbase/strmbase_private.h b/dlls/strmbase/strmbase_private.h
index 439ab9aefaf..06fbe62a425 100644
--- a/dlls/strmbase/strmbase_private.h
+++ b/dlls/strmbase/strmbase_private.h
@@ -31,7 +31,6 @@
 #include "wine/heap.h"
 #include "wine/list.h"
 #include "wine/strmbase.h"
-#include "wine/unicode.h"
 
 /* Quality Control */
 typedef struct QualityControlImpl {
-- 
2.20.1




More information about the wine-devel mailing list