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/scumm/he/resource_he.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/scumm/he/resource_he.h') diff --git a/engines/scumm/he/resource_he.h b/engines/scumm/he/resource_he.h index 468812a236..634d5d9494 100644 --- a/engines/scumm/he/resource_he.h +++ b/engines/scumm/he/resource_he.h @@ -172,7 +172,7 @@ class Win32ResExtractor : public ResExtractor { * Structures */ -#include // START STRUCT PACKING +#include "common/pack-start.h" // START STRUCT PACKING struct WinLibrary { Common::File *file; @@ -454,7 +454,7 @@ class Win32ResExtractor : public ResExtractor { uint16 number_of_id_entries; }; -#include // END STRUCT PACKING +#include "common/pack-end.h" // END STRUCT PACKING /* * Function Prototypes -- cgit v1.2.3