Skip to content

Commit

Permalink
tests removed unneeded #include-s
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Jun 16, 2024
1 parent 30b5226 commit 70c385d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#include <QCoreApplication>
#include <QtTest>

#include <typeinfo>

#include "orm/db.hpp"
#include "orm/utils/query.hpp"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#include <QCoreApplication>
#include <QtTest>

#include <typeinfo>

#include "databases.hpp"

#include "models/torrent.hpp"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#include <QCoreApplication>
#include <QtTest>

#include <typeinfo>

#include "databases.hpp"

#include "models/torrent.hpp"
Expand Down

0 comments on commit 70c385d

Please sign in to comment.