From 26a9f4a214892464653bf9e7bd5ef77651ee8161 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Fri, 19 Jun 2020 13:18:39 +0200 Subject: [PATCH] SCXMLEditor: Remove unused includes Change-Id: Ia2d76b0f7749686636589bde9c4bcbd9b52f39d4 Reviewed-by: hjk --- src/plugins/scxmleditor/common/structure.cpp | 1 - .../scxmleditor/plugin_interface/scattributeitemdelegate.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/src/plugins/scxmleditor/common/structure.cpp b/src/plugins/scxmleditor/common/structure.cpp index 96f8e29fd4c..742a822c076 100644 --- a/src/plugins/scxmleditor/common/structure.cpp +++ b/src/plugins/scxmleditor/common/structure.cpp @@ -41,7 +41,6 @@ #include #include #include -#include #include #include #include diff --git a/src/plugins/scxmleditor/plugin_interface/scattributeitemdelegate.cpp b/src/plugins/scxmleditor/plugin_interface/scattributeitemdelegate.cpp index 61f86671d0e..58edac0896b 100644 --- a/src/plugins/scxmleditor/plugin_interface/scattributeitemdelegate.cpp +++ b/src/plugins/scxmleditor/plugin_interface/scattributeitemdelegate.cpp @@ -27,7 +27,6 @@ #include "mytypes.h" #include #include -#include #include using namespace ScxmlEditor::PluginInterface;