Signed-off-by: Zhiyi Zhang zzhang@codeweavers.com --- dlls/comctl32/tests/rebar.c | 2 -- 1 file changed, 2 deletions(-)
diff --git a/dlls/comctl32/tests/rebar.c b/dlls/comctl32/tests/rebar.c index 462782a1b11..d0b201a8763 100644 --- a/dlls/comctl32/tests/rebar.c +++ b/dlls/comctl32/tests/rebar.c @@ -18,11 +18,9 @@ */
#include <assert.h> -#include <stdarg.h>
#include <windows.h> #include <commctrl.h> -#include <uxtheme.h>
#include "wine/heap.h" #include "wine/test.h"