Update the engine.

This commit is contained in:
Relintai 2021-05-27 16:58:01 +02:00
parent 9bfec2590e
commit 774657e132
2 changed files with 2 additions and 2 deletions

2
HEADS
View File

@ -1 +1 @@
{"engine": {"master": "0c0123889b067043a46bc3bafedb36dd17d05714"}}
{"engine": {"master": "843e8153ff621c3821be92e609af8b0058e2b06d"}}

View File

@ -8,7 +8,7 @@
#include "core/database/database_manager.h"
#include "core/file_cache.h"
#include "core/handler_instance.h"
#include "core/html_builder.h"
#include "core/html/html_builder.h"
#include "core/database/query_result.h"
#include "core/request.h"
#include "core/utils.h"