aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/chacha_poly_aead.cpp
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2019-07-31 10:03:55 +0000
committerpracticalswift <practicalswift@users.noreply.github.com>2019-10-15 22:56:43 +0000
commit084e17cebd424b8e8ced674bc810eef4e6ee5d3b (patch)
tree683800e6c7b199e26ac19d481f2cb6e340cebf29 /src/crypto/chacha_poly_aead.cpp
parenteb292af309aa57f3d7998b01307dd4cb91702908 (diff)
downloadbitcoin-084e17cebd424b8e8ced674bc810eef4e6ee5d3b.tar.xz
Remove unused includes
Diffstat (limited to 'src/crypto/chacha_poly_aead.cpp')
-rw-r--r--src/crypto/chacha_poly_aead.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crypto/chacha_poly_aead.cpp b/src/crypto/chacha_poly_aead.cpp
index 6a3d43deb1..0582a60c4f 100644
--- a/src/crypto/chacha_poly_aead.cpp
+++ b/src/crypto/chacha_poly_aead.cpp
@@ -4,7 +4,6 @@
#include <crypto/chacha_poly_aead.h>
-#include <crypto/common.h>
#include <crypto/poly1305.h>
#include <support/cleanse.h>