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
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue