Imported Upstream version 2.3.1
[platform/upstream/harfbuzz.git] / test / api / test-c.c
index 4b43b83..b4518ad 100644 (file)
@@ -32,6 +32,8 @@
 #endif
 
 #include <hb.h>
+#include <hb-ot.h>
+#include <hb-aat.h>
 
 #ifdef HAVE_GLIB
 #include <hb-glib.h>
 #include <hb-ft.h>
 #endif
 
-#ifdef HAVE_OT
-#include <hb-ot.h>
-#endif
-
 #ifdef HAVE_UNISCRIBE
 #include <hb-uniscribe.h>
 #endif
@@ -58,7 +56,7 @@
 #endif
 
 int
-main (int argc, char **argv)
+main (void)
 {
   return !*hb_shape_list_shapers ();
 }