surjectionproof: remove unused include

Following the merge of b627ba7050b608e869515a8ef622d71bf8c13b54 from
upstream, this include should have been deleted as well.
This commit is contained in:
Jon Griffiths 2023-10-31 16:43:13 +13:00
parent d575ef9aca
commit fcc0299fa5
No known key found for this signature in database
GPG Key ID: F71C22C3DB1F7227

View File

@ -9,10 +9,6 @@
#include <assert.h>
#include <string.h>
#if defined HAVE_CONFIG_H
#include "../../libsecp256k1-config.h"
#endif
#include "../../../include/secp256k1_rangeproof.h"
#include "../../../include/secp256k1_surjectionproof.h"
#include "../rangeproof/borromean.h"