aboutsummaryrefslogtreecommitdiffstats
path: root/src/relx.erl
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2013-10-07 16:46:58 -0500
committerTristan Sloughter <[email protected]>2013-10-07 16:47:10 -0500
commitad846bc786f70d3060bb1f984d73cc7a8678dd9c (patch)
tree4cbbccc3655985326a16efb8bcc2e5b61596b0f5 /src/relx.erl
parent37bd98ad70d5f53b6cf8f31cb5f08506ead68124 (diff)
downloadrelx-ad846bc786f70d3060bb1f984d73cc7a8678dd9c.tar.gz
relx-ad846bc786f70d3060bb1f984d73cc7a8678dd9c.tar.bz2
relx-ad846bc786f70d3060bb1f984d73cc7a8678dd9c.zip
include relx header with include instead of include_lib
Diffstat (limited to 'src/relx.erl')
-rw-r--r--src/relx.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/relx.erl b/src/relx.erl
index f6e156d..dc5b8e0 100644
--- a/src/relx.erl
+++ b/src/relx.erl
@@ -30,7 +30,7 @@
-export_type([error/0]).
--include_lib("relx/include/relx.hrl").
+-include("relx.hrl").
%%============================================================================
%% types