https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e77ffe2c72dc32cbcb47b8771750cbd9addc40ce

commit e77ffe2c72dc32cbcb47b8771750cbd9addc40ce
Author:     Hermès Bélusca-Maïto <[email protected]>
AuthorDate: Sun Nov 18 20:58:31 2018 +0100
Commit:     Hermès Bélusca-Maïto <[email protected]>
CommitDate: Sun Nov 18 21:06:21 2018 +0100

    [FILEBROWSER] Remove a duplicated include. Noticed by Manuel Oppermann (see 
ros-dev ML).
---
 base/shell/filebrowser/filebrowser.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/base/shell/filebrowser/filebrowser.c 
b/base/shell/filebrowser/filebrowser.c
index c6da047251..f6cace8be4 100644
--- a/base/shell/filebrowser/filebrowser.c
+++ b/base/shell/filebrowser/filebrowser.c
@@ -24,7 +24,6 @@
 #include <shobjidl.h>
 #include <shlobj.h>
 #include <shlwapi.h>
-#include <stdio.h>
 
 #include <browseui_undoc.h>
 

Reply via email to