0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-25 13:33:48 +00:00
netdata_netdata/cli/cli.h
vkalintiris b8cd2bdc50
Remove unecessary relative paths when including headers. ()
Currently, we add the repository's top-level dir in the compiler's
header search path. This means that code in every top-level directory
within the repo can include headers sibling top-level directories.

This patch makes header inclusion consistent when it comes to files
that are included from sibling top-level directories within the repo.
2021-05-24 17:44:50 +03:00

8 lines
144 B
C

// SPDX-License-Identifier: GPL-3.0-or-later
#ifndef NETDATA_CLI_H
#define NETDATA_CLI_H 1
#include "daemon/common.h"
#endif //NETDATA_CLI_H