From a64dee4d6b43ea275b536af165f963bbd9b520f0 Mon Sep 17 00:00:00 2001 From: vkalintiris Date: Thu, 20 Jan 2022 00:02:22 +0200 Subject: Remove internal dbengine header from spawn/spawn_client.c (#12009) --- spawn/spawn_client.c | 1 - 1 file changed, 1 deletion(-) 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; -- cgit v1.2.3