Skip to content

Commit 36ece56

Browse files
committed
Fix up include guard names.
1 parent a6f5dbb commit 36ece56

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

include/bitcoin/system/filter/bloom.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
* You should have received a copy of the GNU Affero General Public License
1717
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1818
*/
19-
#ifndef LIBBITCOIN_SYSTEM_FILTER_BLOOM
20-
#define LIBBITCOIN_SYSTEM_FILTER_BLOOM
19+
#ifndef LIBBITCOIN_SYSTEM_FILTER_BLOOM_HPP
20+
#define LIBBITCOIN_SYSTEM_FILTER_BLOOM_HPP
2121

2222
#include <bitcoin/system/define.hpp>
2323

include/bitcoin/system/filter/golomb.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919

2020
// Sponsored in part by Digital Contract Design, LLC
2121

22-
#ifndef LIBBITCOIN_SYSTEM_FILTER_GOLOMB
23-
#define LIBBITCOIN_SYSTEM_FILTER_GOLOMB
22+
#ifndef LIBBITCOIN_SYSTEM_FILTER_GOLOMB_HPP
23+
#define LIBBITCOIN_SYSTEM_FILTER_GOLOMB_HPP
2424

2525
#include <istream>
2626
#include <ostream>

include/bitcoin/system/filter/sieve.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
* You should have received a copy of the GNU Affero General Public License
1717
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1818
*/
19-
#ifndef LIBBITCOIN_SYSTEM_FILTER_SIEVE
20-
#define LIBBITCOIN_SYSTEM_FILTER_SIEVE
19+
#ifndef LIBBITCOIN_SYSTEM_FILTER_SIEVE_HPP
20+
#define LIBBITCOIN_SYSTEM_FILTER_SIEVE_HPP
2121

2222
#include <bitcoin/system/define.hpp>
2323

0 commit comments

Comments
 (0)