summaryrefslogtreecommitdiff
path: root/src/plop.erl
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2014-06-04 14:49:41 +0200
committerLinus Nordberg <linus@nordberg.se>2014-06-04 14:49:41 +0200
commit8bc45f79b3bb2819ec0fc165145864b7f06eebb3 (patch)
treeb03edc8cd3bf45e169f2c64b24784b59a4a78465 /src/plop.erl
parent19e9e6219795505d2f244838cd3057b450970798 (diff)
plop.hrl has finally moved into include/.
Diffstat (limited to 'src/plop.erl')
-rw-r--r--src/plop.erl2
1 files changed, 1 insertions, 1 deletions
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").