Browse Source

Refactor: reorder headers

adaptive-webui-19844
Chocobo1 8 years ago
parent
commit
e4d6fe2d02
  1. 9
      src/webui/abstractwebapplication.h

9
src/webui/abstractwebapplication.h

@ -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…
Cancel
Save