Remove boost::filesystem includes

This commit is contained in:
Chris Hennes
2025-07-17 21:51:48 -05:00
committed by Benjamin Nauck
parent da5e18f5d8
commit 95a7dfd515
11 changed files with 3 additions and 16 deletions

View File

@@ -368,9 +368,6 @@ public:
// Every change you make here gets lost in the next full rebuild!
// This File is normally built as an include in @self.export.Name@Imp.cpp! It's not intended to be in a project!
#include <boost/filesystem/path.hpp>
#include <boost/filesystem/operations.hpp>
#include <boost/filesystem/exception.hpp>
#include <Base/PyObjectBase.h>
#include <Base/Console.h>
#include <Base/Exception.h>