Skip to content

Commit

Permalink
Merge pull request #53 from coderofstuff/headers-pragma
Browse files Browse the repository at this point in the history
Add #pragma once to headers
  • Loading branch information
coderofstuff authored Oct 14, 2023
2 parents 56cc229 + 2598532 commit f4abd89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/personal_message.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*****************************************************************************/
#pragma once

#include <stdint.h>
#include <stdbool.h>

Expand Down
2 changes: 2 additions & 0 deletions src/sighash.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*****************************************************************************/
#pragma once

#include <stdint.h>
#include "./transaction/types.h"

Expand Down

0 comments on commit f4abd89

Please sign in to comment.