Fix header guards for incremental_sinsemilla_tree.h

This commit is contained in:
Kris Nuttycombe 2021-06-28 13:51:19 -06:00
parent 60f58890ec
commit d533d3ccbf
1 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or https://www.opensource.org/licenses/mit-license.php .
#ifndef ZCASH_RUST_INCLUDE_INCREMENTAL_MERKLE_H
#define ZCASH_RUST_INCLUDE_INCREMENTAL_MERKLE_H
#ifndef ZCASH_RUST_INCLUDE_RUST_ORCHARD_INCREMENTAL_SINSEMILLA_TREE_H
#define ZCASH_RUST_INCLUDE_RUST_ORCHARD_INCREMENTAL_SINSEMILLA_TREE_H
#include "rust/streams.h"
@ -166,4 +166,4 @@ bool incremental_sinsemilla_tree_empty_root(
}
#endif
#endif // ZCASH_RUST_INCLUDE_INCREMENTAL_MERKLE_H
#endif // ZCASH_RUST_INCLUDE_RUST_ORCHARD_INCREMENTAL_SINSEMILLA_TREE_H