[Import] remove unused includes and Xerces

This commit is contained in:
Uwe
2022-03-20 19:03:52 +01:00
parent d41f55f382
commit c9d28b542f
9 changed files with 185 additions and 232 deletions

View File

@@ -21,20 +21,16 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
#endif
#include <App/Application.h>
#include <Base/Console.h>
#include <Base/Interpreter.h>
#include <Base/PyObjectBase.h>
#include <Gui/Application.h>
#include "Workbench.h"
// use a different name to CreateCommand()
void CreateImportCommands(void);