Skip to content

Commit 2598532

Browse files
committed
Add #pragma once to headers
1 parent 56cc229 commit 2598532

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/personal_message.h

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222
* SOFTWARE.
2323
*****************************************************************************/
24+
#pragma once
25+
2426
#include <stdint.h>
2527
#include <stdbool.h>
2628

src/sighash.h

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222
* SOFTWARE.
2323
*****************************************************************************/
24+
#pragma once
25+
2426
#include <stdint.h>
2527
#include "./transaction/types.h"
2628

0 commit comments

Comments
 (0)