build: remove "shared/" from include search path

There is nothing left there.
This commit is contained in:
Thomas Haller
2021-02-24 08:58:49 +01:00
parent d6681a0429
commit 635d84b896
14 changed files with 0 additions and 44 deletions

View File

@@ -4,7 +4,6 @@ libnm_log_null = static_library(
'nm-log-null',
sources: 'nm-logging-null.c',
include_directories: [
shared_inc,
src_inc,
top_inc,
],