Import: [skip ci] fix warning about trailing whitespaces, fix parsing errors

This commit is contained in:
wmayer
2022-11-25 11:55:51 +01:00
parent 0d05f49057
commit 478b50096e
13 changed files with 187 additions and 192 deletions

View File

@@ -33,6 +33,7 @@
#include <XCAFDoc_ColorTool.hxx>
#include <XCAFDoc_ShapeTool.hxx>
#include <App/Material.h>
#include <Mod/Import/ImportGlobal.h>
@@ -42,6 +43,7 @@ class TopLoc_Location;
namespace App {
class Document;
class DocumentObject;
class Part;
}
namespace Part {
class Feature;