mirror of
https://github.com/Relintai/rcpp_sample_simple_data_collector_app.git
synced 2025-04-23 03:11:19 +02:00
Moved every brynet based http class into a bry_http folder.
This commit is contained in:
parent
774657e132
commit
39649b4a3a
@ -7,10 +7,10 @@
|
||||
|
||||
#include "core/database/database_manager.h"
|
||||
#include "core/file_cache.h"
|
||||
#include "core/handler_instance.h"
|
||||
#include "core/bry_http/handler_instance.h"
|
||||
#include "core/html/html_builder.h"
|
||||
#include "core/database/query_result.h"
|
||||
#include "core/request.h"
|
||||
#include "core/bry_http/request.h"
|
||||
#include "core/utils.h"
|
||||
|
||||
void ICApplication::index(Object *instance, Request *request) {
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "core/bry_web_application.h"
|
||||
#include "core/bry_http/bry_web_application.h"
|
||||
#include "core/object.h"
|
||||
|
||||
#include "modules/message_page/message_page.h"
|
||||
|
Loading…
Reference in New Issue
Block a user