summaryrefslogtreecommitdiffstats
path: root/src/daemon/common.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 12:08:03 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 12:08:18 +0000
commit5da14042f70711ea5cf66e034699730335462f66 (patch)
tree0f6354ccac934ed87a2d555f45be4c831cf92f4a /src/daemon/common.h
parentReleasing debian version 1.44.3-2. (diff)
downloadnetdata-5da14042f70711ea5cf66e034699730335462f66.tar.xz
netdata-5da14042f70711ea5cf66e034699730335462f66.zip
Merging upstream version 1.45.3+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--src/daemon/common.h (renamed from daemon/common.h)7
1 files changed, 5 insertions, 2 deletions
diff --git a/daemon/common.h b/src/daemon/common.h
index b1739879f..3dcaedb12 100644
--- a/daemon/common.h
+++ b/src/daemon/common.h
@@ -34,8 +34,13 @@
// ----------------------------------------------------------------------------
// netdata include files
+#include "daemon/config/dyncfg.h"
+
#include "global_statistics.h"
+// health monitoring and alarm notifications
+#include "health/health.h"
+
// the netdata database
#include "database/rrd.h"
@@ -50,8 +55,6 @@
// streaming metrics between netdata servers
#include "streaming/rrdpush.h"
-// health monitoring and alarm notifications
-#include "health/health.h"
// anomaly detection
#include "ml/ml.h"