Refactor folder (#10475)

Move many third-party components' source codes from the src folder to a new folder called deps_src. The goal is to make the code structure clearer and easier to navigate.
This commit is contained in:
SoftFever
2025-08-22 20:02:26 +08:00
committed by GitHub
parent 3808f7eb28
commit 883607e1d4
2083 changed files with 1163 additions and 19503 deletions

View File

@@ -14,7 +14,7 @@
#include "Widgets/CheckBox.hpp"
#include "Widgets/ComboBox.hpp"
#include "Widgets/TextInput.hpp"
#include "../slic3r/Utils/CalibUtils.hpp"
#include "slic3r/Utils/CalibUtils.hpp"
#define AMS_MATERIALS_SETTING_DEF_COLOUR wxColour(255, 255, 255)
#define AMS_MATERIALS_SETTING_GREY900 wxColour(38, 46, 48)

View File

@@ -1,7 +1,7 @@
#ifndef slic3r_GUI_CalibrationWizard_hpp_
#define slic3r_GUI_CalibrationWizard_hpp_
#include "../slic3r/Utils/CalibUtils.hpp"
#include "slic3r/Utils/CalibUtils.hpp"
#include "DeviceManager.hpp"
#include "CalibrationWizardPage.hpp"

View File

@@ -10,7 +10,7 @@
#include "wxExtensions.hpp"
#include "PresetComboBoxes.hpp"
#include "../slic3r/Utils/CalibUtils.hpp"
#include "slic3r/Utils/CalibUtils.hpp"
#include "../../libslic3r/calib.hpp"
namespace Slic3r { namespace GUI {

View File

@@ -138,7 +138,7 @@ typedef BOOL (WINAPI *LPFN_ISWOW64PROCESS2)(
#endif
#ifdef WIN32
#include "BaseException.h"
#include "dev-utils/BaseException.h"
#endif
#if ENABLE_THUMBNAIL_GENERATOR_DEBUG

View File

@@ -5,7 +5,7 @@
#include "wxExtensions.hpp"
#ifdef __WXOSX__
#include "../libslic3r/PrintConfig.hpp"
#include "libslic3r/PrintConfig.hpp"
#endif
class wxBoxSizer;

View File

@@ -21,10 +21,8 @@
#include <wx/statbox.h>
#include <chrono>
#include "Event.hpp"
#include "../libslic3r/libslic3r_version.h"
#include "../libslic3r/Utils.hpp"
#include "libslic3r/Utils.hpp"
#include "libslic3r/Color.hpp"

View File

@@ -14,8 +14,8 @@
#include "GUI_App.hpp"
#include "MainFrame.hpp"
#include "wxExtensions.hpp"
#include "../libslic3r/BlacklistedLibraryCheck.hpp"
#include "../libslic3r/Color.hpp"
#include "libslic3r/BlacklistedLibraryCheck.hpp"
#include "libslic3r/Color.hpp"
#include "format.hpp"
#ifdef _WIN32