summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvkalintiris <vasilis@netdata.cloud>2023-01-13 14:33:00 +0200
committerGitHub <noreply@github.com>2023-01-13 14:33:00 +0200
commitb342bde2d060267b64b056f4738247de46dc2d6a (patch)
tree00523d54f7c34594ac03225d773c343cdd76dcbc
parent1f4146daf51911f9ae7b79056089b43fe81a37a5 (diff)
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.
-rw-r--r--libnetdata/arrayalloc/arrayalloc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libnetdata/arrayalloc/arrayalloc.c b/libnetdata/arrayalloc/arrayalloc.c
index 482317f750..57439e34d9 100644
--- a/libnetdata/arrayalloc/arrayalloc.c
+++ b/libnetdata/arrayalloc/arrayalloc.c
@@ -1,6 +1,5 @@
#include "../libnetdata.h"
#include "arrayalloc.h"
-#include "daemon/common.h"
#ifdef NETDATA_TRACE_ALLOCATIONS
#define TRACE_ALLOCATIONS_FUNCTION_DEFINITION_PARAMS , const char *file, const char *function, size_t line