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 32f8940 commit a33aa3a
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 9 deletions.
1 change: 0 additions & 1 deletion tests/testviewmodel/propertiesrowstrategy.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include "mvvm/viewmodel/propertiesrowstrategy.h"

#include "google_test.h"
#include "test_utils.h"
#include "mvvm/model/sessionitem.h"
#include "mvvm/model/sessionmodel.h"
#include "mvvm/standarditems/vectoritem.h"
Expand Down
2 changes: 1 addition & 1 deletion tests/testviewmodel/standardchildrenstrategies.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@

#include "google_test.h"
#include "toyitems.h"
#include "toymodel.h"
#include "mvvm/model/compounditem.h"
#include "mvvm/model/propertyitem.h"
#include "mvvm/model/sessionitem.h"
#include "mvvm/model/sessionmodel.h"
#include "mvvm/model/taginfo.h"
#include "mvvm/standarditems/vectoritem.h"

Expand Down
4 changes: 0 additions & 4 deletions tests/testviewmodel/topitemsviewmodel.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@
#include "google_test.h"
#include "toyitems.h"
#include "toymodel.h"
#include "mvvm/model/propertyitem.h"
#include "mvvm/model/sessionitem.h"
#include "mvvm/model/sessionmodel.h"
#include "mvvm/model/taginfo.h"
#include "mvvm/standarditems/vectoritem.h"
#include <QSignalSpy>

using namespace ModelView;
Expand Down
1 change: 0 additions & 1 deletion tests/testviewmodel/viewmodelcontroller.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include "mvvm/viewmodel/viewmodelcontroller.h"

#include "google_test.h"
#include "test_utils.h"
#include "mvvm/model/propertyitem.h"
#include "mvvm/model/sessionmodel.h"
#include "mvvm/standarditems/vectoritem.h"
Expand Down
1 change: 0 additions & 1 deletion tests/testviewmodel/viewmodeldelegate.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include "google_test.h"
#include "widgetbasedtest.h"
#include "mvvm/editors/customeditor.h"
#include "mvvm/model/propertyitem.h"
#include "mvvm/model/sessionmodel.h"
#include "mvvm/standarditems/vectoritem.h"
#include "mvvm/viewmodel/defaultviewmodel.h"
Expand Down
1 change: 0 additions & 1 deletion tests/testviewmodel/viewmodelfactory.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include "mvvm/factories/viewmodelfactory.h"

#include "google_test.h"
#include "test_utils.h"
#include "mvvm/model/propertyitem.h"
#include "mvvm/model/sessionmodel.h"
#include "mvvm/viewmodel/labeldatarowstrategy.h"
Expand Down

0 comments on commit a33aa3a

Please sign in to comment.