fix: remove heavy includes from IPrinterAgent

This commit is contained in:
Ian Chua
2026-08-25 13:54:40 +08:00
parent a1505e9bed
commit f16071f083
5 changed files with 81 additions and 87 deletions
-13
View File
@@ -1,15 +1,3 @@
#ifdef ORCA_PYTHON_STUBGEN_MODULE
#ifdef _WIN32
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
#ifndef NOMINMAX
#define NOMINMAX
#endif
#include <Windows.h>
#endif
#endif
#include "PythonPluginBridge.hpp"
#include <boost/log/trivial.hpp>
@@ -25,7 +13,6 @@
#include <pybind11/stl.h>
#include "PythonInterpreter.hpp"
#include "PluginFsUtils.hpp"
#include "PluginConfig.hpp"
#include "host/PluginHost.hpp"
#include "PyPluginPackage.hpp"