Bug 1861494 - [1/1] remove unneeded #include r=win-reviewers,mhowell

MinGW can't find the header <shobjidl_core.h>... but also doesn't need
to, since it's implicitly included by <shobjidl.h>.

Differential Revision: https://phabricator.services.mozilla.com/D192022
This commit is contained in:
Ray Kraesig 2023-10-26 22:06:08 +00:00
parent 245aa3a535
commit fdea82453d

View File

@ -9,7 +9,6 @@
#include <combaseapi.h>
#include <objbase.h>
#include <shobjidl.h>
#include <shobjidl_core.h>
#include "mozilla/Assertions.h"
#include "mozilla/ipc/ProtocolUtils.h"