diff options
Diffstat (limited to 'engines/sci/include/heapmgr.h')
-rw-r--r-- | engines/sci/include/heapmgr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/include/heapmgr.h b/engines/sci/include/heapmgr.h index 77583e1f39..6a27e79476 100644 --- a/engines/sci/include/heapmgr.h +++ b/engines/sci/include/heapmgr.h @@ -29,8 +29,8 @@ #ifndef _FREESCI_HEAPMGR_H_ #define _FREESCI_HEAPMGR_H_ -#include <resource.h> -#include <sci_memory.h> +#include "sci/include/resource.h" +#include "sci/include/sci_memory.h" #define HEAPENTRY_INVALID -1 |