diff options
Diffstat (limited to 'source/core/StarAStar.hpp')
-rw-r--r-- | source/core/StarAStar.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarAStar.hpp b/source/core/StarAStar.hpp index eedac8c..13d7dbd 100644 --- a/source/core/StarAStar.hpp +++ b/source/core/StarAStar.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_A_STAR_HPP -#define STAR_A_STAR_HPP +#pragma once #include <queue> @@ -272,5 +271,3 @@ namespace AStar { } } - -#endif |