diff options
Diffstat (limited to 'ksokoban/Queue.h')
-rw-r--r-- | ksokoban/Queue.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ksokoban/Queue.h b/ksokoban/Queue.h index cab9db90..4e193f54 100644 --- a/ksokoban/Queue.h +++ b/ksokoban/Queue.h @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef QUEUE_H -#define QUEUE_H +#ifndef TQUEUE_H +#define TQUEUE_H #include <assert.h> @@ -53,4 +53,4 @@ public: } }; -#endif /* QUEUE_H */ +#endif /* TQUEUE_H */ |