[Gui] PropertyEditor: remove unused includes

This commit is contained in:
Uwe
2022-03-03 03:59:48 +01:00
parent 21974cc08f
commit 75ab31a357
7 changed files with 42 additions and 58 deletions

View File

@@ -23,16 +23,13 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <cfloat>
#endif
#include <boost/algorithm/string/predicate.hpp>
#include "PropertyModel.h"
#include "PropertyItem.h"
#include "PropertyModel.h"
#include "PropertyView.h"
using namespace Gui;
using namespace Gui::PropertyEditor;