From 1f0b774c59ea917f069fc5be95124afd89a8dd4c Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 13 Apr 2012 00:18:24 -0500 Subject: Fix inadvertent "TQ" changes. --- ksokoban/Queue.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ksokoban') diff --git a/ksokoban/Queue.h b/ksokoban/Queue.h index 4e193f54..cab9db90 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 TQUEUE_H -#define TQUEUE_H +#ifndef QUEUE_H +#define QUEUE_H #include @@ -53,4 +53,4 @@ public: } }; -#endif /* TQUEUE_H */ +#endif /* QUEUE_H */ -- cgit v1.2.1