From d008238b16416daf46f859e611f4c84d0a646523 Mon Sep 17 00:00:00 2001 From: Magnus Ahltorp Date: Tue, 21 Oct 2014 17:16:50 +0200 Subject: Break include dependency on plop.hrl Conflicts: src/catlfish.erl --- src/catlfish.erl | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/catlfish.erl') diff --git a/src/catlfish.erl b/src/catlfish.erl index cd871f5..66141d8 100644 --- a/src/catlfish.erl +++ b/src/catlfish.erl @@ -4,8 +4,6 @@ -module(catlfish). -export([add_chain/2, entries/2, entry_and_proof/2]). -export([known_roots/0, update_known_roots/0]). --include("$CTROOT/plop/include/plop.hrl"). --include_lib("eunit/include/eunit.hrl"). -define(PROTOCOL_VERSION, 0). -- cgit v1.1