Remove unused mmsyscom include from appxinfo.h

Drop the #include <mmsyscom.h> line from appinstaller/appxinfo.h to eliminate an unnecessary dependency and reduce potential compilation issues. No functional changes to code behavior.
This commit is contained in:
冰糖XH
2026-03-28 11:22:43 +08:00
parent df0d14e282
commit 1c05d8a379

View File

@@ -11,7 +11,6 @@
#include <locale>
#include "nstring.h"
#include "../priformatcli/priformatcli.h"
#include <mmsyscom.h>
#include "../pkgread/pkgread.h"
static std::string ws2utf8 (const std::wstring &ws)