summaryrefslogtreecommitdiffstats
path: root/src/daemon/common.h
diff options
context:
space:
mode:
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"