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 09891b8 commit 062a375
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion tests/testintegration/standarditemserialization.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include "google_test.h"
#include <QJsonObject>
#include "mvvm/model/modelutils.h"
#include "mvvm/serialization/jsonmodelconverter.h"
#include "mvvm/standarditems/standarditemincludes.h"

using namespace ModelView;
Expand Down
1 change: 0 additions & 1 deletion tests/testintegration/toyitemsserialization.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include "toymodel.h"
#include <QJsonObject>
#include "mvvm/model/modelutils.h"
#include "mvvm/serialization/jsonmodelconverter.h"

using namespace ModelView;
using namespace ToyItems;
Expand Down
1 change: 0 additions & 1 deletion tests/testmodel/callbackcontainer.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

#include "google_test.h"
#include "mockwidgets.h"
#include "mvvm/model/mvvm_types.h"
#include "mvvm/model/sessionitem.h"
#include <memory>

Expand Down
1 change: 0 additions & 1 deletion tests/testmodel/compatibilityutils.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#include "mvvm/model/mvvm_types.h"
#include "mvvm/model/propertyitem.h"
#include "mvvm/model/sessionitemcontainer.h"
#include "mvvm/model/sessionitemdata.h"

using namespace ModelView;

Expand Down
3 changes: 0 additions & 3 deletions tests/testmodel/compounditem.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@
#include "mvvm/model/compounditem.h"

#include "google_test.h"
#include "test_utils.h"
#include "mvvm/model/customvariants.h"
#include "mvvm/model/itemutils.h"
#include "mvvm/model/sessionmodel.h"
#include <memory>
#include <stdexcept>

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

#include "google_test.h"
#include "test_utils.h"
#include <memory>

using namespace ModelView;
Expand Down

0 comments on commit 062a375

Please sign in to comment.