[Gui] PropertyEditor: remove unused includes

This commit is contained in:
Uwe
2022-03-03 03:59:48 +01:00
parent 6c4acb6ea7
commit 57fe294c3e
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;