Skip to content

Commit

Permalink
Remove unnecessary includes following include-what-to-use recommendat…
Browse files Browse the repository at this point in the history
…ions
  • Loading branch information
gpospelov committed Jan 27, 2021
1 parent 434a2b8 commit 78557c1
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@

#include "regionofinterestview.h"
#include "regionofinterestcontroller.h"
#include "regionofinterestitem.h"
#include "sizehandleelement.h"
#include "mvvm/plotting/sceneadapterinterface.h"
#include <QGraphicsSceneMouseEvent>
#include <QPainter>
#include <stdexcept>
Expand Down
4 changes: 0 additions & 4 deletions examples/graphicsproxy/graphicsproxycore/scenemodel.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@

#include "mvvm/model/sessionmodel.h"

namespace ModelView {
class ContainerItem;
}

namespace GraphicsProxy {

//! Main application model with data for graphics scene.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#define GRAPHICSPROXYCORE_SCENEPROPERTYWIDGET_H

#include <QWidget>
#include <memory>

class QBoxLayout;
class QBoxLayout;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#include <QCursor>
#include <QPainter>
#include <functional>
#include <map>
#include <stdexcept>

namespace GraphicsProxy {
Expand Down
1 change: 0 additions & 1 deletion examples/helloworld/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include <QTreeView>

#include "mvvm/model/compounditem.h"
#include "mvvm/model/propertyitem.h"
#include "mvvm/model/sessionmodel.h"
#include "mvvm/signals/itemmapper.h"
#include "mvvm/viewmodel/defaultviewmodel.h"
Expand Down
1 change: 0 additions & 1 deletion examples/layereditor/layereditorcore/applicationmodels.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include "materialpropertycontroller.h"
#include "samplemodel.h"
#include "mvvm/factories/modeldocumentfactory.h"
#include "mvvm/model/sessionitem.h"

using namespace ModelView;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include "samplemodel.h"
#include "mvvm/model/externalproperty.h"
#include "mvvm/model/modelutils.h"
#include "mvvm/signals/modelmapper.h"

using namespace ModelView;

Expand Down

0 comments on commit 78557c1

Please sign in to comment.