diff --git a/src/cashaddr.cpp b/src/cashaddr.cpp --- a/src/cashaddr.cpp +++ b/src/cashaddr.cpp @@ -4,6 +4,7 @@ // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include +#include namespace { @@ -26,14 +27,6 @@ -1, -1, 29, -1, 24, 13, 25, 9, 8, 23, -1, 18, 22, 31, 27, 19, -1, 1, 0, 3, 16, 11, 28, 12, 14, 6, 4, 2, -1, -1, -1, -1, -1}; -/** - * Concatenate two byte arrays. - */ -data Cat(data x, const data &y) { - x.insert(x.end(), y.begin(), y.end()); - return x; -} - /** * This function will compute what 8 5-bit values to XOR into the last 8 input * values, in order to make the checksum 0. These 8 values are packed together diff --git a/src/outputtype.cpp b/src/outputtype.cpp --- a/src/outputtype.cpp +++ b/src/outputtype.cpp @@ -8,6 +8,7 @@ #include #include