Browse Source

refactor: remove some unused includes

thanks @iphydf for pointing that out
pull/5030/head
sudden6 7 years ago
parent
commit
0170ccd6f7
No known key found for this signature in database
GPG Key ID: 279509B499E032B9
  1. 1
      src/core/toxfile.cpp
  2. 1
      src/core/toxid.cpp

1
src/core/toxfile.cpp

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

1
src/core/toxid.cpp

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

Loading…
Cancel
Save