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 062a375 commit 52b7886
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion tests/testmodel/copyitemcommand.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

#include "google_test.h"
#include "mvvm/model/compounditem.h"
#include "mvvm/model/itemutils.h"
#include "mvvm/model/sessionitem.h"
#include "mvvm/model/sessionmodel.h"
#include "mvvm/model/taginfo.h"
Expand Down
4 changes: 0 additions & 4 deletions tests/testmodel/customvariants.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
#include "google_test.h"
#include "mvvm/model/comboproperty.h"
#include "mvvm/model/externalproperty.h"
#include "mvvm/model/itemutils.h"
#include "mvvm/model/sessionitem.h"
#include "mvvm/model/sessionmodel.h"
#include "mvvm/model/taginfo.h"
#include "mvvm/model/variant_constants.h"
#include <QColor>
#include <functional>
Expand Down
1 change: 0 additions & 1 deletion tests/testmodel/graphitem.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#include "mvvm/model/sessionmodel.h"
#include "mvvm/standarditems/axisitems.h"
#include "mvvm/standarditems/data1ditem.h"
#include "mvvm/standarditems/linkeditem.h"
#include "mvvm/standarditems/plottableitems.h"
#include <QColor>

Expand Down
1 change: 0 additions & 1 deletion tests/testmodel/itemconverterfactory.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include "mvvm/factories/itemconverterfactory.h"

#include "google_test.h"
#include "test_utils.h"
#include "mvvm/model/compounditem.h"
#include "mvvm/model/itemcatalogue.h"
#include "mvvm/model/propertyitem.h"
Expand Down
2 changes: 0 additions & 2 deletions tests/testmodel/itemmanager.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@

#include "google_test.h"
#include "mvvm/model/itempool.h"
#include "mvvm/model/sessionitem.h"
#include "mvvm/model/sessionmodel.h"
#include <memory>

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

#include "google_test.h"
#include "mvvm/model/customvariants.h"
#include "mvvm/model/propertyitem.h"
#include "mvvm/model/sessionitem.h"
#include "mvvm/model/sessionmodel.h"
Expand Down
1 change: 0 additions & 1 deletion tests/testmodel/jsonitemcontainerconverter.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#include "mvvm/model/mvvm_types.h"
#include "mvvm/model/propertyitem.h"
#include "mvvm/model/sessionitemcontainer.h"
#include "mvvm/model/sessionitemdata.h"
#include "mvvm/serialization/jsonitem_types.h"
#include "mvvm/serialization/jsonitemdataconverter.h"
#include "mvvm/serialization/jsonitemformatassistant.h"
Expand Down
2 changes: 0 additions & 2 deletions tests/testmodel/jsonitemdataconverter.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@
#include "folderbasedtest.h"
#include "google_test.h"
#include "test_utils.h"
#include "mvvm/model/customvariants.h"
#include "mvvm/model/mvvm_types.h"
#include "mvvm/model/sessionitemdata.h"
#include "mvvm/serialization/jsonitemformatassistant.h"
#include "mvvm/serialization/jsonvariantconverter.h"
#include <QJsonArray>
#include <QJsonObject>
#include <string>
Expand Down
1 change: 0 additions & 1 deletion tests/testmodel/jsonutils.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

#include "google_test.h"
#include "mvvm/utils/reallimits.h"
#include <limits>

using namespace ModelView;

Expand Down

0 comments on commit 52b7886

Please sign in to comment.