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

@ -36,7 +36,7 @@
namespace Scumm {
#include <common/pack-start.h> // START STRUCT PACKING
#include "common/pack-start.h" // START STRUCT PACKING
struct BompHeader { /* Bomp header */
union {
@ -51,7 +51,7 @@ struct BompHeader { /* Bomp header */
};
};
#include <common/pack-end.h> // END STRUCT PACKING
#include "common/pack-end.h" // END STRUCT PACKING
bool ScummEngine::getClass(int obj, int cls) const {