webengine/wmlengine/src/css/src/CSSPatternMatcher.cpp
changeset 37 cb62a4f66ebe
parent 0 dd21522fd290
child 65 5bfc169077b2
equal deleted inserted replaced
36:0ed94ceaa377 37:cb62a4f66ebe
    13 *
    13 *
    14 * Description:  Matches CSS Pattern
    14 * Description:  Matches CSS Pattern
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
       
    19 
       
    20 // INCLUDE FILES
    18 // INCLUDE FILES
    21 #include <e32def.h>  // First to avoid NULL redefine warning (no #ifndef NULL).
    19 #include <e32def.h>  // First to avoid NULL redefine warning (no #ifndef NULL).
    22 
    20 
    23 #include "CSSPatternMatcher.h"
    21 #include "CSSPatternMatcher.h"
    24 #include "nw_dom_document.h"
    22 #include <nw_dom_document.h>
    25 #include "nw_evt_activateevent.h"
    23 #include "nw_evt_activateevent.h"
    26 #include "nw_evt_focusevent.h"
    24 #include "nw_evt_focusevent.h"
    27 #include <nwx_assert.h>
    25 #include "nwx_assert.h"
    28 #include "nwx_string.h"
    26 #include "nwx_string.h"
    29 
    27 
    30 #include "nw_hed_contenthandler.h"
    28 #include "nw_hed_contenthandler.h"
    31 #include "nw_hed_documentroot.h"
    29 #include "nw_hed_documentroot.h"
    32 #include "nw_hed_historyvisitor.h"
    30 #include "nw_hed_historyvisitor.h"
    33 #include "nw_xhtml_xhtml_1_0_tokens.h"
    31 #include "nw_xhtml_xhtml_1_0_tokens.h"
    34 #include "BrsrStatusCodes.h"
    32 #include "BrsrStatusCodes.h"
    35 #include "MemoryManager.h"
    33 #include <MemoryManager.h>
    36 
    34 
    37 // EXTERNAL DATA STRUCTURES
    35 // EXTERNAL DATA STRUCTURES
    38 
    36 
    39 // EXTERNAL FUNCTION PROTOTYPES  
    37 // EXTERNAL FUNCTION PROTOTYPES  
    40 
    38