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:
parent
eabe720a0e
commit
c32076e5d0
27 changed files with 56 additions and 56 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue