From 0b3f0358613d0395425ad0d0ab0f72c82863d54a Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Thu, 10 Oct 2013 15:48:44 -0500 Subject: fix non-path includes to be include instead of include_lib --- src/rlx_prv_config.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rlx_prv_config.erl') diff --git a/src/rlx_prv_config.erl b/src/rlx_prv_config.erl index b48cbdf..dd11e65 100644 --- a/src/rlx_prv_config.erl +++ b/src/rlx_prv_config.erl @@ -30,7 +30,7 @@ do/1, format_error/1]). --include_lib("relx.hrl"). +-include("relx.hrl"). %%%=================================================================== %%% API -- cgit v1.2.3