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 cce414d commit 8a38a93
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion examples/plotgraphs/plotgraphscore/graphpropertywidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include "graphpropertywidget.h"
#include "graphmodel.h"
#include "mvvm/factories/viewmodelfactory.h"
#include "mvvm/viewmodel/viewmodel.h"
#include "mvvm/widgets/itemstreeview.h"
#include <QBoxLayout>
#include <QPushButton>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ class ProjectManagerInterface;
class RecentProjectSettings;
class UserInteractor;
class SampleModel;
class RecentProjectWidget;
class QMainWindow;

//! Main class to coordinate all activity on user's request to create new project,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#define SAVELOADPROJECTCORE_RECENTPROJECTWIDGET_H

#include <QWidget>
#include <memory>
#include <vector>

class QBoxLayout;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
// ************************************************************************** //

#include "samplemodel.h"
#include "mvvm/model/sessionitemcontainer.h"
#include "mvvm/standarditems/containeritem.h"
#include "mvvm/utils/numericutils.h"
#include "mvvm/widgets/widgetutils.h"
Expand Down
1 change: 0 additions & 1 deletion examples/treeviews/treeviewscore/sampleeditorwidget.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#define TREEVIEWSCORE_SAMPLEEDITORWIDGET_H

#include <QWidget>
#include <memory>

class QTreeView;
class QUndoView;
Expand Down

0 comments on commit 8a38a93

Please sign in to comment.