mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
🚚 moved simdjson header to User.h
This commit is contained in:
parent
9927bd8217
commit
8a6f9f2fce
1 changed files with 0 additions and 2 deletions
|
|
@ -1,12 +1,10 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
#include <drogon/HttpController.h>
|
#include <drogon/HttpController.h>
|
||||||
#include "simdjson.h"
|
|
||||||
#include "str_intrusion.h"
|
#include "str_intrusion.h"
|
||||||
#include "json_filter.h"
|
#include "json_filter.h"
|
||||||
#include "user_filter.h"
|
#include "user_filter.h"
|
||||||
|
|
||||||
using namespace drogon;
|
using namespace drogon;
|
||||||
using namespace simdjson;
|
|
||||||
|
|
||||||
#define req_args const HttpRequestPtr &req, std::function<void(const HttpResponsePtr &)> &&callback
|
#define req_args const HttpRequestPtr &req, std::function<void(const HttpResponsePtr &)> &&callback
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue