From 9417b22b86628f48c60b7c734d0ffd607973d7f6 Mon Sep 17 00:00:00 2001 From: cutealien Date: Sun, 2 May 2021 11:30:23 +0000 Subject: [PATCH] Remove superfluous includes in GUIEditor git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6209 dfc29bdd-3216-0410-991c-e03cc46cb475 --- tools/GUIEditor/CGUIAttribute.h | 1 - tools/GUIEditor/CGUIAttributeEditor.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/tools/GUIEditor/CGUIAttribute.h b/tools/GUIEditor/CGUIAttribute.h index 05854980..0eae334e 100644 --- a/tools/GUIEditor/CGUIAttribute.h +++ b/tools/GUIEditor/CGUIAttribute.h @@ -14,7 +14,6 @@ #include "IGUIFont.h" #include "IGUIStaticText.h" #include "IAttributes.h" -#include "CGUIEditWorkspace.h" namespace irr { diff --git a/tools/GUIEditor/CGUIAttributeEditor.cpp b/tools/GUIEditor/CGUIAttributeEditor.cpp index 45913b66..5c374877 100644 --- a/tools/GUIEditor/CGUIAttributeEditor.cpp +++ b/tools/GUIEditor/CGUIAttributeEditor.cpp @@ -6,7 +6,6 @@ #include "IAttributes.h" #include "IGUIFont.h" #include "IGUIScrollBar.h" -#include "CGUIEditWorkspace.h" #include "CGUIAttribute.h" #include "CGUIStringAttribute.h"