mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 00:47:21 -06:00
Refactor: reorder headers
This commit is contained in:
@@ -29,12 +29,13 @@
|
|||||||
#ifndef ABSTRACTWEBAPPLICATION_H
|
#ifndef ABSTRACTWEBAPPLICATION_H
|
||||||
#define ABSTRACTWEBAPPLICATION_H
|
#define ABSTRACTWEBAPPLICATION_H
|
||||||
|
|
||||||
#include <QObject>
|
|
||||||
#include <QMap>
|
|
||||||
#include <QHash>
|
#include <QHash>
|
||||||
#include "base/http/types.h"
|
#include <QMap>
|
||||||
#include "base/http/responsebuilder.h"
|
#include <QObject>
|
||||||
|
|
||||||
#include "base/http/irequesthandler.h"
|
#include "base/http/irequesthandler.h"
|
||||||
|
#include "base/http/responsebuilder.h"
|
||||||
|
#include "base/http/types.h"
|
||||||
|
|
||||||
struct WebSession;
|
struct WebSession;
|
||||||
struct WebSessionData;
|
struct WebSessionData;
|
||||||
|
|||||||
Reference in New Issue
Block a user