Skip to content

Commit

Permalink
Rename include guard
Browse files Browse the repository at this point in the history
  • Loading branch information
pelijah committed May 18, 2024
1 parent 49860c4 commit 1d3c889
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions librz/include/rz_util/rz_set.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// SPDX-FileCopyrightText: 2024 pelijah
// SPDX-License-Identifier: MIT

#ifndef SDB_SET_H
#define SDB_SET_H
#ifndef RZ_SET_H
#define RZ_SET_H

#include <rz_util/ht_sp.h>
#include <rz_util/ht_up.h>
Expand Down

0 comments on commit 1d3c889

Please sign in to comment.