/***************************************************************************
*
-* Copyright (C) 1998-2003, International Business Machines
+* Copyright (C) 1998-2006, International Business Machines
* Corporation and others. All Rights Reserved.
*
************************************************************************/
#ifndef __CMAPS_H
#define __CMAPS_H
-#include "LETypes.h"
+#include "layout/LETypes.h"
+#include "letest.h"
#include "sfnt.h"
class CMAPMapper
inline CMAPMapper::~CMAPMapper()
{
- LE_DELETE_ARRAY(fcmap);
+ DELETE_ARRAY(fcmap);
}
#endif