Index: source/test/letest/cfonts.cpp |
diff --git a/source/test/letest/cfonts.cpp b/source/test/letest/cfonts.cpp |
index 1040eb938acb7eb1ffd8cf00cd8104360d5014f9..2265342195204f09da968e63e06376d2409482f7 100644 |
--- a/source/test/letest/cfonts.cpp |
+++ b/source/test/letest/cfonts.cpp |
@@ -1,10 +1,12 @@ |
/* |
* |
- * (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 +69,4 @@ le_uint32 le_getFontChecksum(le_font *font) |
} |
U_CDECL_END |
+#endif |