From 2f75803e5dba27b1a2afcffe753f58ee29d83987 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Wed, 20 Nov 2019 00:37:07 +0100 Subject: move headers to include/osmocom/hlr Apply the same headers structure that we keep in most Osmocom source trees: Keep noinst_HEADERS in include/osmocom/hlr and include them using #include The only header kept in src/ is db_bootstrap.h, because it is generated during build time. If it was built in include/osmocom/hlr, we would need db.o to depend on db_bootstrap.h in a different subdir, which automake can't do well. Change-Id: Ic912fe27f545b85443c5fb713d8c3c8aac23c9ad --- src/logging.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/logging.c') diff --git a/src/logging.c b/src/logging.c index 3fa2a69..3713ab3 100644 --- a/src/logging.c +++ b/src/logging.c @@ -1,5 +1,5 @@ #include -#include "logging.h" +#include const struct log_info_cat hlr_log_info_cat[] = { [DMAIN] = { -- cgit v1.2.3