From a758d774aa5dacc07d2840f1b7ccef793863389f Mon Sep 17 00:00:00 2001 From: José Bollo Date: Tue, 3 Jan 2017 17:52:19 +0100 Subject: Improves naming of session's module MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Make names looking like other names Change-Id: I63ce3d8a3d84193eca9d517cecb1888d630a9b2d Signed-off-by: José Bollo --- src/afb-hreq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/afb-hreq.c') diff --git a/src/afb-hreq.c b/src/afb-hreq.c index b0f1172e..b2180458 100644 --- a/src/afb-hreq.c +++ b/src/afb-hreq.c @@ -38,7 +38,7 @@ #include "afb-context.h" #include "afb-hreq.h" #include "afb-subcall.h" -#include "session.h" +#include "afb-session.h" #include "verbose.h" #include "locale-root.h" -- cgit 1.2.3-korg