mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 13:53:37 -07:00
Refactor: reorder headers
This commit is contained in:
parent
bf8a438a6f
commit
b985bb43fa
1 changed files with 5 additions and 4 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue