Skip to content

Commit

Permalink
Merge pull request #1759 from nicolasnoble/pragma-once
Browse files Browse the repository at this point in the history
Adding a bunch of forgotten #pragma once.
  • Loading branch information
nicolasnoble authored Oct 4, 2024
2 parents 1d0cb09 + 24d1a70 commit 436754d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mips/psyqo/adler32.hh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ SOFTWARE.
*/

#pragma once

#include <stdint.h>

namespace psyqo {
Expand Down
2 changes: 2 additions & 0 deletions src/mips/psyqo/bezier.hh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ SOFTWARE.
*/

#pragma once

#include "psyqo/vector.hh"

namespace psyqo {
Expand Down
2 changes: 2 additions & 0 deletions src/mips/psyqo/gte-kernels.hh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ SOFTWARE.
*/

#pragma once

#include <stdint.h>

namespace psyqo {
Expand Down
2 changes: 2 additions & 0 deletions src/mips/psyqo/gte-registers.hh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ SOFTWARE.
*/

#pragma once

#include <stdint.h>

#include "psyqo/fixed-point.hh"
Expand Down

0 comments on commit 436754d

Please sign in to comment.