From 675e0b0e419ab5eb62864d39082b2a1c350bb2b4 Mon Sep 17 00:00:00 2001 From: Ting-Gian LUA Date: Tue, 11 Jan 2022 13:18:06 +0800 Subject: [PATCH] Remove #include 1. It's not portable 2. It's not needed anyway --- libiop/bcs/merkle_tree.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libiop/bcs/merkle_tree.hpp b/libiop/bcs/merkle_tree.hpp index 522328eb..acc78f43 100644 --- a/libiop/bcs/merkle_tree.hpp +++ b/libiop/bcs/merkle_tree.hpp @@ -13,7 +13,6 @@ #include #include #include -#include #include "libiop/algebra/field_subset/field_subset.hpp" #include "libiop/bcs/hashing/hashing.hpp"