https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a946146efc73f45b08958…
commit a946146efc73f45b08958b1904ac287e220798d0
Author: Hermès Bélusca-Maïto <hermes.belusca-maito(a)reactos.org>
AuthorDate: Sun Dec 29 16:23:37 2019 +0100
Commit: Hermès Bélusca-Maïto <hermes.belusca-maito(a)reactos.org>
CommitDate: Sun Dec 29 16:23:37 2019 +0100
[BROWSEUI] Remove unneeded header, addendum to d967b5aa.
---
dll/win32/browseui/shellbrowser.cpp | 1 -
1 file changed, 1 deletion(-)
diff --git a/dll/win32/browseui/shellbrowser.cpp b/dll/win32/browseui/shellbrowser.cpp
index f1e93e0f2ff..590aa1ad750 100644
--- a/dll/win32/browseui/shellbrowser.cpp
+++ b/dll/win32/browseui/shellbrowser.cpp
@@ -23,7 +23,6 @@
#include <shellapi.h>
#include <htiframe.h>
#include <strsafe.h>
-#include <undocshell.h>
extern HRESULT IUnknown_ShowDW(IUnknown * punk, BOOL fShow);