Refactor: reorder headers

This commit is contained in:
Chocobo1 2017-03-21 15:57:55 +08:00 committed by sledgehammer999
commit b985bb43fa
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2

View file

@ -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;