[TD] Gui, A*-C*: remove unused includes

- also sort includes
- also an addition to precompiled header
- TaskCenterLine: remove unused code that interferes with used code with the same name
This commit is contained in:
Uwe
2022-10-09 03:34:53 +02:00
parent 4904ab503f
commit e29d1d0332
11 changed files with 110 additions and 234 deletions

View File

@@ -31,14 +31,6 @@
#include <Mod/TechDraw/App/Cosmetic.h>
//TODO: make this a proper enum
#define TRACKERPICK 0
#define TRACKEREDIT 1
#define TRACKERCANCEL 2
#define TRACKERCANCELEDIT 3
#define TRACKERFINISHED 4
#define TRACKERSAVE 5
namespace TechDraw
{
class DrawPage;