From 84f4aec41817417a3b94d91da1b9b2fba9711e40 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Fri, 15 Feb 2019 17:13:38 +0100 Subject: Rename afb-config to afb-args MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With the introduction of more compilation flags, it becomes interesting to use a configuration file. The configuration file is usually "config.h". So that renaming avoids future ambiguity. It also reflects better what the module does. Change-Id: I952adc1e1bf469132dc224900bd9140ccc51c58b Signed-off-by: José Bollo --- src/afb-supervision.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/afb-supervision.c') diff --git a/src/afb-supervision.c b/src/afb-supervision.c index 63462017..5790c3ad 100644 --- a/src/afb-supervision.c +++ b/src/afb-supervision.c @@ -41,7 +41,7 @@ #include "afb-xreq.h" #include "afb-trace.h" #include "afb-session.h" -#include "afb-config.h" +#include "afb-args.h" #include "afb-supervision.h" #include "afs-supervision.h" #include "afb-stub-ws.h" -- cgit 1.2.3-korg