master
h 10 lines 201 Bytes
Raw
1 // SPDX-License-Identifier: GPL-3.0-or-later
2
3 #ifndef NETDATA_MAIN_H
4 #define NETDATA_MAIN_H 1
5
6 #include "common.h"
7 #include "daemon-service.h"
8 #include "daemon-shutdown.h"
9
10 #endif /* NETDATA_MAIN_H */