summaryrefslogtreecommitdiffstats
path: root/database
diff options
context:
space:
mode:
authorTimotej S <6674623+underhood@users.noreply.github.com>2022-08-24 10:41:14 +0200
committerGitHub <noreply@github.com>2022-08-24 10:41:14 +0200
commit971fe355478c015a858a4428bf408ca2c2395c42 (patch)
tree32b1b1dffc40c0880a4576604e8776099040d380 /database
parentefd9989bc6edb5f32ef60cd53d237929a93f425f (diff)
Remove aclk_api.[ch] (#13540)
* get rid of aclk_starter middleman * get rid of aclk_api.[ch]
Diffstat (limited to 'database')
-rw-r--r--database/rrdcontext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/database/rrdcontext.c b/database/rrdcontext.c
index ab9cc5e4cb..3444178e5d 100644
--- a/database/rrdcontext.c
+++ b/database/rrdcontext.c
@@ -4,7 +4,7 @@
#include "sqlite/sqlite_context.h"
#include "aclk/schema-wrappers/context.h"
#include "aclk/aclk_contexts_api.h"
-#include "aclk/aclk_api.h"
+#include "aclk/aclk.h"
int rrdcontext_enabled = CONFIG_BOOLEAN_YES;