From 8bc45f79b3bb2819ec0fc165145864b7f06eebb3 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Wed, 4 Jun 2014 14:49:41 +0200 Subject: plop.hrl has finally moved into include/. --- src/plop.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plop.erl') diff --git a/src/plop.erl b/src/plop.erl index 9907c35..4161bca 100644 --- a/src/plop.erl +++ b/src/plop.erl @@ -31,7 +31,7 @@ -export([init/1, handle_call/3, terminate/2, handle_cast/2, handle_info/2, code_change/3]). --include("plop.hrl"). +-include("$CTROOT/plop/include/plop.hrl"). -include("db.hrl"). -include_lib("public_key/include/public_key.hrl"). -include_lib("eunit/include/eunit.hrl"). -- cgit v1.1