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 @@ @@ -29,12 +29,13 @@
#ifndef ABSTRACTWEBAPPLICATION_H
#define ABSTRACTWEBAPPLICATION_H
#include <QObject>
#include <QMap>
#include <QHash>
#include "base/http/types.h"
#include "base/http/responsebuilder.h"
#include <QMap>
#include <QObject>
#include "base/http/irequesthandler.h"
#include "base/http/responsebuilder.h"
#include "base/http/types.h"
struct WebSession;
struct WebSessionData;

Loading…
Cancel
Save