fix: merge pythonjsonutils into pluginfsutils

This commit is contained in:
Ian Chua
2026-07-17 13:35:51 +08:00
parent 74ffc46bbc
commit 96182e778a
6 changed files with 71 additions and 79 deletions

View File

@@ -2,7 +2,7 @@
#include "slic3r/plugin/PluginAuditManager.hpp"
#include "slic3r/plugin/PythonInterpreter.hpp" // PythonGILState
#include "slic3r/plugin/PythonJsonUtils.hpp" // json_to_py / py_to_json
#include "slic3r/plugin/PluginFsUtils.hpp" // json_to_py / py_to_json
#include <slic3r/GUI/GUI_App.hpp>
#include <slic3r/GUI/MainFrame.hpp>