webengine/pagescaler/src/minimapgenerator.cpp
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
child 94 919f36ff910f
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    45 
    45 
    46 // LOCAL CONSTANTS AND MACROS
    46 // LOCAL CONSTANTS AND MACROS
    47 
    47 
    48 // MODULE DATA STRUCTURES
    48 // MODULE DATA STRUCTURES
    49 #ifdef __OOM__
    49 #ifdef __OOM__
    50 #include "oom.h"
    50 #include <oom.h>
    51 
    51 
    52 class CMinimapOOMCollector : public CBase, MMemoryCollector
    52 class CMinimapOOMCollector : public CBase, MMemoryCollector
    53     {
    53     {
    54     public:
    54     public:
    55         CMinimapOOMCollector( CMinimapGenerator* aGenerator )
    55         CMinimapOOMCollector( CMinimapGenerator* aGenerator )