Remove daemon/common.h header from libnetdata (#14248)
Functionality in libnetdata is meant to be used by both external collectors and the agent itself. We want to keep libnetdata completely independent from agent specific code.
vkalintiris committed
Jan 13, 2023 at 14:33 UTC
b342bde2d060267b64b056f4738247de46dc2d6a
1 file changed
-1
libnetdata/arrayalloc/arrayalloc.c
-1
@@ -1,6 +1,5 @@
1
#include "../libnetdata.h"
2
#include "arrayalloc.h"
3
-#include "daemon/common.h"
3
4
#ifdef NETDATA_TRACE_ALLOCATIONS
5
#define TRACE_ALLOCATIONS_FUNCTION_DEFINITION_PARAMS , const char *file, const char *function, size_t line