Use angle-bracket include for async_db_worker.h

Matches codebase convention: all includes use <> paths, never "".
This commit is contained in:
Huamonarch 2026-05-13 13:51:49 +08:00
parent f80a917ab7
commit 11e5a6aeef

View File

@ -1,4 +1,4 @@
#include "async_db_worker.h"
#include <eqpalg/utility/async_db_worker.h>
AsyncDbWorker &AsyncDbWorker::instance() {
static AsyncDbWorker inst;