From b985bb43fac95a2599bdf713a61d730e391c9448 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Tue, 21 Mar 2017 15:57:55 +0800 Subject: [PATCH] Refactor: reorder headers --- src/webui/abstractwebapplication.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/webui/abstractwebapplication.h b/src/webui/abstractwebapplication.h index ab8ad378f..e0e1ed279 100644 --- a/src/webui/abstractwebapplication.h +++ b/src/webui/abstractwebapplication.h @@ -29,12 +29,13 @@ #ifndef ABSTRACTWEBAPPLICATION_H #define ABSTRACTWEBAPPLICATION_H -#include -#include #include -#include "base/http/types.h" -#include "base/http/responsebuilder.h" +#include +#include + #include "base/http/irequesthandler.h" +#include "base/http/responsebuilder.h" +#include "base/http/types.h" struct WebSession; struct WebSessionData;