]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/letest/cfonts.cpp
ICU-62107.0.1.tar.gz
[apple/icu.git] / icuSources / test / letest / cfonts.cpp
index 1040eb938acb7eb1ffd8cf00cd8104360d5014f9..07af957b9b42d1356f912d3de9ca04af39295de5 100644 (file)
@@ -1,10 +1,14 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
  *
- * (C) Copyright IBM Corp. 1998-2008 - All Rights Reserved
+ * (C) Copyright IBM Corp. 1998-2014 - All Rights Reserved
  *
  */
 
-#include "LETypes.h"
+#ifndef USING_ICULEHB /* C API not available under HB */
+
+#include "layout/LETypes.h"
 #include "loengine.h"
 #include "PortableFontInstance.h"
 #include "SimpleFontInstance.h"
@@ -67,3 +71,4 @@ le_uint32 le_getFontChecksum(le_font *font)
 }
 
 U_CDECL_END
+#endif