summaryrefslogtreecommitdiff
path: root/src/catlfish.erl
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2014-10-21 17:16:50 +0200
committerLinus Nordberg <linus@nordberg.se>2014-10-24 11:03:30 +0200
commitc2415b2f3e337c072c4d5534d3f2b282d88d7230 (patch)
tree03e0b5d327dd30d300ded5ccbc582db939ec2625 /src/catlfish.erl
parent92d8435250a9d8d498e129f91e64045bfd30e7b9 (diff)
Break include dependency on plop.hrl
Diffstat (limited to 'src/catlfish.erl')
-rw-r--r--src/catlfish.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/catlfish.erl b/src/catlfish.erl
index e261824..ae4da9d 100644
--- a/src/catlfish.erl
+++ b/src/catlfish.erl
@@ -3,7 +3,6 @@
-module(catlfish).
-export([add_chain/2, entries/2, entry_and_proof/2]).
--include("$CTROOT/plop/include/plop.hrl").
-define(PROTOCOL_VERSION, 0).