diff options
Diffstat (limited to 'src/rlx_topo.erl')
-rw-r--r-- | src/rlx_topo.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rlx_topo.erl b/src/rlx_topo.erl index 1b3593b..70543ed 100644 --- a/src/rlx_topo.erl +++ b/src/rlx_topo.erl @@ -35,7 +35,7 @@ -export([sort_apps/1, format_error/1]). --include_lib("relx/include/relx.hrl"). +-include_lib("relx.hrl"). %%==================================================================== %% Types |