Skip to content

Commit

Permalink
YSI_Extra include guards.
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-Less committed May 14, 2021
1 parent 66252b5 commit 5f341de
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions YSI_Extra/y_inline_bcrypt.inc
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#if defined _INC_y_inline_bcrypt
#endinput
#endif
#define _INC_y_inline_bcrypt

/*
Legal:
Version: MPL 1.1
Expand Down
5 changes: 5 additions & 0 deletions YSI_Extra/y_inline_mysql.inc
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#if defined _INC_y_inline_mysql
#endinput
#endif
#define _INC_y_inline_mysql

/*
Legal:
Version: MPL 1.1
Expand Down
5 changes: 5 additions & 0 deletions YSI_Extra/y_inline_requests.inc
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#if defined _INC_y_inline_requests
#endinput
#endif
#define _INC_y_inline_requests

/*
Legal:
Version: MPL 1.1
Expand Down
5 changes: 5 additions & 0 deletions YSI_Extra/y_inline_timers.inc
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#if defined _INC_y_inline_timers
#endinput
#endif
#define _INC_y_inline_timers

/*
Legal:
Version: MPL 1.1
Expand Down

0 comments on commit 5f341de

Please sign in to comment.