diff options
Diffstat (limited to 'src/catlfish.erl')
-rw-r--r-- | src/catlfish.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/catlfish.erl b/src/catlfish.erl index cd871f5..73066bb 100644 --- a/src/catlfish.erl +++ b/src/catlfish.erl @@ -4,7 +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). |