From 1c05d8a379cc5f62315a817b098838de436bbd19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=B0=E7=B3=96XH?= <76904365+bingtangxh@users.noreply.github.com> Date: Sat, 28 Mar 2026 11:22:43 +0800 Subject: [PATCH] Remove unused mmsyscom include from appxinfo.h Drop the #include line from appinstaller/appxinfo.h to eliminate an unnecessary dependency and reduce potential compilation issues. No functional changes to code behavior. --- appinstaller/appxinfo.h | 1 - 1 file changed, 1 deletion(-) diff --git a/appinstaller/appxinfo.h b/appinstaller/appxinfo.h index 8f5ef41..0a285b3 100644 --- a/appinstaller/appxinfo.h +++ b/appinstaller/appxinfo.h @@ -11,7 +11,6 @@ #include #include "nstring.h" #include "../priformatcli/priformatcli.h" -#include #include "../pkgread/pkgread.h" static std::string ws2utf8 (const std::wstring &ws)