Use #include "..." instead of #include <...> for pack-start.h and pack-end.h

for consistency with other #includes.

svn-id: r23585
This commit is contained in:
Torbjörn Andersson 2006-07-23 16:13:26 +00:00
parent eabe720a0e
commit c32076e5d0
27 changed files with 56 additions and 56 deletions

View file

@ -51,7 +51,7 @@ struct ObjectData {
byte flags;
};
#include <common/pack-start.h> // START STRUCT PACKING
#include "common/pack-start.h" // START STRUCT PACKING
struct RoomHeader {
union {
@ -157,7 +157,7 @@ struct ImageHeader { /* file format */
};
};
#include <common/pack-end.h> // END STRUCT PACKING
#include "common/pack-end.h" // END STRUCT PACKING
struct FindObjectInRoom {
const CodeHeader *cdhd;