summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvkalintiris <vasilis@netdata.cloud>2022-01-20 00:02:22 +0200
committerGitHub <noreply@github.com>2022-01-20 00:02:22 +0200
commita64dee4d6b43ea275b536af165f963bbd9b520f0 (patch)
treef75e8cfdcac9ff8da551755264d7ce425654d4f7
parent51ebd46ba014729156b1f5ff9daf43f65a4a019f (diff)
Remove internal dbengine header from spawn/spawn_client.c (#12009)
-rw-r--r--spawn/spawn_client.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/spawn/spawn_client.c b/spawn/spawn_client.c
index 72b56e2bc6..509c673471 100644
--- a/spawn/spawn_client.c
+++ b/spawn/spawn_client.c
@@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-3.0-or-later
#include "spawn.h"
-#include "database/engine/rrdenginelib.h"
static uv_process_t process;
static uv_pipe_t spawn_channel;