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:
committed by
Chris Hennes
parent
f9ab227459
commit
e7bcb2c15e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user