diff options
author | mrb0nk500 <b0nk@b0nk.xyz> | 2023-02-05 15:52:12 -0400 |
---|---|---|
committer | mrb0nk500 <b0nk@b0nk.xyz> | 2023-02-05 15:52:12 -0400 |
commit | de60c27a2c10e1ba341b5ca5069f76334b905ad1 (patch) | |
tree | cfeb10d120d8e7446027b518e804d6ca0c1ddcdd | |
parent | bccb280f6daad2b96cc44f393f275f5030c2c1a7 (diff) |
THeap: Fix single include ifdef in header
oof, didn't notice it.
-rw-r--r-- | include/pso/THeap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pso/THeap.h b/include/pso/THeap.h index fa8df22..f906dd0 100644 --- a/include/pso/THeap.h +++ b/include/pso/THeap.h @@ -1,5 +1,5 @@ -#ifndef TMAINTASK_H -#define TMAINTASK_H +#ifndef THEAP_H +#define THEAP_H #include "pso/forward.h" #include "pso/macros.h" |