Gui: cleanup includes in *PyImp.cpp

Sort includes and implicitely add missing ones. While there
consistently explain where generated files some from.
This commit is contained in:
Ladislav Michl
2025-04-26 20:06:18 +02:00
committed by Chris Hennes
parent f9ab227459
commit e7bcb2c15e
13 changed files with 40 additions and 57 deletions

View File

@@ -26,19 +26,18 @@
#include <Base/PyWrapParseTupleAndKeywords.h>
#include "Command.h"
#include "Action.h"
#include "Application.h"
#include "Command.h"
#include "MainWindow.h"
#include "Selection.h"
#include "Window.h"
#include "PythonWrapper.h"
#include "Selection.h"
#include "ShortcutManager.h"
#include "Window.h"
// inclusion of the generated files (generated out of CommandPy.pyi)
// generated out of Command.pyi
#include "CommandPy.h"
#include "CommandPy.cpp"
#include "ShortcutManager.h"
// returns a string which represents the object e.g. when printed in python
std::string CommandPy::representation() const