aboutsummaryrefslogtreecommitdiff
path: root/engines/sky/struc.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sky/struc.h')
-rw-r--r--engines/sky/struc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sky/struc.h b/engines/sky/struc.h
index 5536991e05..ed451e0122 100644
--- a/engines/sky/struc.h
+++ b/engines/sky/struc.h
@@ -36,7 +36,7 @@ struct displayText_t {
uint32 textWidth;
};
-#include <common/pack-start.h> // START STRUCT PACKING
+#include "common/pack-start.h" // START STRUCT PACKING
struct dataFileHeader {
uint16 flag; // bit 0: set for colour data, clear for not
@@ -164,7 +164,7 @@ struct Compact {
MegaSet megaSet3; //
};
-#include <common/pack-end.h> // END STRUCT PACKING
+#include "common/pack-end.h" // END STRUCT PACKING
} // End of namespace Sky