mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Cleanup includes
This commit is contained in:
parent
016c7eb95c
commit
10f771c634
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
|||
#include "IvrApi.hpp"
|
||||
#include <qurl.h>
|
||||
|
||||
#include "common/APIRequest.hpp"
|
||||
#include "common/NetworkCommon.hpp"
|
||||
|
@ -7,6 +6,7 @@
|
|||
#include "common/Outcome.hpp"
|
||||
#include "common/QLogging.hpp"
|
||||
|
||||
#include <QUrl>
|
||||
#include <QUrlQuery>
|
||||
|
||||
namespace chatterino {
|
||||
|
|
Loading…
Reference in a new issue