[Gui] Task* and Text*: remove unused includes

This commit is contained in:
Uwe
2022-03-05 17:44:07 +01:00
parent f4dbd6b2b2
commit aa7977c51a
12 changed files with 43 additions and 72 deletions

View File

@@ -20,17 +20,14 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
#endif
#include "ui_DlgLocationPos.h"
#include "ui_DlgLocationAngle.h"
#include "ui_DlgLocationPos.h"
#include "TaskDlgRelocation.h"
#include <Gui/BitmapFactory.h>
#include "BitmapFactory.h"
using namespace Gui;