0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-05-19 15:31:48 +00:00

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.
This commit is contained in:
vkalintiris 2021-05-24 17:44:50 +03:00 committed by GitHub
parent 277e4f10bc
commit b8cd2bdc50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
69 changed files with 84 additions and 84 deletions
database/sqlite

View file

@ -3,7 +3,7 @@
#ifndef NETDATA_SQLITE_FUNCTIONS_H
#define NETDATA_SQLITE_FUNCTIONS_H
#include "../../daemon/common.h"
#include "daemon/common.h"
#include "sqlite3.h"
// return a node list