From 6a95c8b21aca5537db8b9ec75d3ad71e1883310e Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Sat, 6 Sep 2025 08:09:59 -0500 Subject: [PATCH] [ui] Add auto-mount on first launch functionality #52 --- repertory/repertory/src/ui/mgmt_app_config.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/repertory/repertory/src/ui/mgmt_app_config.cpp b/repertory/repertory/src/ui/mgmt_app_config.cpp index 7405f888..dd5fe84b 100644 --- a/repertory/repertory/src/ui/mgmt_app_config.cpp +++ b/repertory/repertory/src/ui/mgmt_app_config.cpp @@ -27,7 +27,6 @@ #include "utils/file.hpp" #include "utils/path.hpp" #include "utils/unix.hpp" -#include "utils/windows.hpp" namespace { [[nodiscard]] auto from_json(const nlohmann::json &json)