aboutsummaryrefslogtreecommitdiffstats
path: root/src/rlx_app_info.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rlx_app_info.erl')
-rw-r--r--src/rlx_app_info.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rlx_app_info.erl b/src/rlx_app_info.erl
index 7e08bde..a738cb8 100644
--- a/src/rlx_app_info.erl
+++ b/src/rlx_app_info.erl
@@ -57,7 +57,7 @@
-export_type([t/0]).
--include_lib("relx.hrl").
+-include("relx.hrl").
-record(app_info_t, {name :: atom(),
vsn :: ec_semver:semver(),