From c32076e5d0679cefa2fdb2d191e7caf37f79ffdf Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sun, 23 Jul 2006 16:13:26 +0000 Subject: Use #include "..." instead of #include <...> for pack-start.h and pack-end.h for consistency with other #includes. svn-id: r23585 --- engines/gob/map.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/gob/map.h') diff --git a/engines/gob/map.h b/engines/gob/map.h index ed92116f01..41c81e3ef2 100644 --- a/engines/gob/map.h +++ b/engines/gob/map.h @@ -43,7 +43,7 @@ public: kDirSE = 0x5100 }; -#include // START STRUCT PACKING +#include "common/pack-start.h" // START STRUCT PACKING struct Point { int16 x; @@ -59,7 +59,7 @@ public: int8 orient; // ?? }; -#include // END STRUCT PACKING +#include "common/pack-end.h" // END STRUCT PACKING int16 _mapWidth; int16 _mapHeight; -- cgit v1.2.3