mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-08 08:32:31 -06:00
Refactor: reorder headers
This commit is contained in:
committed by
sledgehammer999
parent
bf8a438a6f
commit
b985bb43fa
@@ -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