@cryptotaxi247 / netdata-1 / commits / a64dee4d6

Remove internal dbengine header from spawn/spawn_client.c (#12009)

vkalintiris committed Jan 20, 2022 at 00:02 UTC a64dee4d6b43ea275b536af165f963bbd9b520f0
1 file changed -1
spawn/spawn_client.c
-1
@@ -1,7 +1,6 @@
1 // SPDX-License-Identifier: GPL-3.0-or-later
2
3 #include "spawn.h"
4 -#include "database/engine/rrdenginelib.h"
4
5 static uv_process_t process;
6 static uv_pipe_t spawn_channel;