Use angle-bracket include for async_db_worker.h
Matches codebase convention: all includes use <> paths, never "".
This commit is contained in:
parent
f80a917ab7
commit
11e5a6aeef
@ -1,4 +1,4 @@
|
|||||||
#include "async_db_worker.h"
|
#include <eqpalg/utility/async_db_worker.h>
|
||||||
|
|
||||||
AsyncDbWorker &AsyncDbWorker::instance() {
|
AsyncDbWorker &AsyncDbWorker::instance() {
|
||||||
static AsyncDbWorker inst;
|
static AsyncDbWorker inst;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user