1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

refactor: remove some unused includes

thanks @iphydf for pointing that out
This commit is contained in:
sudden6 2018-03-21 19:39:28 +01:00
parent 4ed955ca78
commit 0170ccd6f7
No known key found for this signature in database
GPG Key ID: 279509B499E032B9
2 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,4 @@
#include "src/core/toxfile.h"
#include "src/core/core.h"
#include <QFile>
#include <QRegularExpression>
#include <tox/tox.h>

View File

@ -19,7 +19,6 @@
#include "toxid.h"
#include "core.h"
#include "toxpk.h"
#include <tox/tox.h>