diff options
-rw-r--r-- | source/kit/astar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/kit/astar.h b/source/kit/astar.h index b4a5909..4a8fb06 100644 --- a/source/kit/astar.h +++ b/source/kit/astar.h @@ -10,8 +10,8 @@ // - Sight: when two nodes are in direct sight of each other, skip // nodes between them (Theta*). -#ifndef KIT_ASTAR_INL_H -#define KIT_ASTAR_INL_H +#ifndef KIT_ASTAR_H +#define KIT_ASTAR_H #include "types.h" #include "status.h" |