]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/letest/cmaps.h
ICU-8.11.tar.gz
[apple/icu.git] / icuSources / test / letest / cmaps.h
index 4b78ad66f264e55e2a7448ee86f3f4acf13c5c60..df0bb116ba553aed57123742d9e9f840b56dfe08 100644 (file)
@@ -1,6 +1,6 @@
 /***************************************************************************
 *
-*   Copyright (C) 1998-2003, International Business Machines
+*   Copyright (C) 1998-2006, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *
 ************************************************************************/
@@ -9,7 +9,8 @@
 #ifndef __CMAPS_H
 #define __CMAPS_H
 
-#include "LETypes.h"
+#include "layout/LETypes.h"
+#include "letest.h"
 #include "sfnt.h"
 
 class CMAPMapper
@@ -77,7 +78,7 @@ inline CMAPMapper::CMAPMapper(const CMAPTable *cmap)
 
 inline CMAPMapper::~CMAPMapper()
 {
-    LE_DELETE_ARRAY(fcmap);
+    DELETE_ARRAY(fcmap);
 }
 
 #endif