From fcc0299fa50c19438d13a34c9281c9ca437633f3 Mon Sep 17 00:00:00 2001 From: Jon Griffiths Date: Tue, 31 Oct 2023 16:43:13 +1300 Subject: [PATCH] surjectionproof: remove unused include Following the merge of b627ba7050b608e869515a8ef622d71bf8c13b54 from upstream, this include should have been deleted as well. --- src/modules/surjection/main_impl.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/modules/surjection/main_impl.h b/src/modules/surjection/main_impl.h index c6bdea2e..f1d7d42f 100644 --- a/src/modules/surjection/main_impl.h +++ b/src/modules/surjection/main_impl.h @@ -9,10 +9,6 @@ #include #include -#if defined HAVE_CONFIG_H -#include "../../libsecp256k1-config.h" -#endif - #include "../../../include/secp256k1_rangeproof.h" #include "../../../include/secp256k1_surjectionproof.h" #include "../rangeproof/borromean.h"