refactor[diagram editor]: remove unused include

This commit is contained in:
joshua
2025-10-20 23:09:03 +02:00
parent 67a7d277f4
commit 3a1398d752
2 changed files with 0 additions and 3 deletions

View File

@@ -18,8 +18,6 @@
#include "slaveelement.h"
#include "../diagram.h"
#include "../diagramposition.h"
#include "../qetapp.h"
#include "dynamicelementtextitem.h"
/**

View File

@@ -18,7 +18,6 @@
#ifndef SLAVEELEMENT_H
#define SLAVEELEMENT_H
#include "../properties/xrefproperties.h"
#include "element.h"
class SlaveElement : public Element