From 0ef825640963d60e4733553ff0e8c590c0ce2c3b Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 13 Apr 2014 17:13:51 -0300 Subject: Replace sha1.cc with boost::uuid::details::sha1 sha1.cc is not redistributable by Debian because the license doesn't permit redistribution of modified versions. This isn't ideal since the ::details namespace is subject to change, but it avoids adding a dependency to ledger. --- src/system.hh.in | 1 - 1 file changed, 1 deletion(-) (limited to 'src/system.hh.in') diff --git a/src/system.hh.in b/src/system.hh.in index fd5c47c6..952411f9 100644 --- a/src/system.hh.in +++ b/src/system.hh.in @@ -160,7 +160,6 @@ typedef std::ostream::pos_type ostream_pos_type; #include #include -#include "sha1.h" #include "utf8.h" #if HAVE_EDIT -- cgit v1.2.3