Skip to content

Commit

Permalink
removed qt_windows.h from PCH 😬
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Jun 15, 2024
1 parent 09f9c04 commit 0301a52
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions drivers/common/include/pch.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
#ifndef QT_NO_DEBUG_STREAM
# include <QDebug>
#endif
#ifdef _WIN32
# include <qt_windows.h>
#endif

#include <mutex>
#include <shared_mutex>
Expand Down
3 changes: 0 additions & 3 deletions include/pch.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
#ifndef QT_NO_DEBUG_STREAM
# include <QDebug>
#endif
#ifdef _WIN32
# include <qt_windows.h>
#endif

#ifndef TINYORM_USING_TINYDRIVERS
# include <QtSql/QSqlError>
Expand Down

0 comments on commit 0301a52

Please sign in to comment.