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;