[HB] Rename open-types to open-type; beauty
diff --git a/src/Makefile.am b/src/Makefile.am
index 1bb4efe..bfb91df 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -14,7 +14,7 @@
hb-font-private.h \
hb-private.h \
hb-open-file-private.hh \
- hb-open-types-private.hh \
+ hb-open-type-private.hh \
hb-ot-layout.cc \
hb-ot-layout-common-private.hh \
hb-ot-layout-gdef-private.hh \
diff --git a/src/hb-open-file-private.hh b/src/hb-open-file-private.hh
index e66b08a..fc898f2 100644
--- a/src/hb-open-file-private.hh
+++ b/src/hb-open-file-private.hh
@@ -27,7 +27,7 @@
#ifndef HB_OPEN_FILE_PRIVATE_HH
#define HB_OPEN_FILE_PRIVATE_HH
-#include "hb-open-types-private.hh"
+#include "hb-open-type-private.hh"
/*
diff --git a/src/hb-open-types-private.hh b/src/hb-open-type-private.hh
similarity index 100%
rename from src/hb-open-types-private.hh
rename to src/hb-open-type-private.hh
diff --git a/src/hb-ot-layout-common-private.hh b/src/hb-ot-layout-common-private.hh
index 1fbec02..2d3935e 100644
--- a/src/hb-ot-layout-common-private.hh
+++ b/src/hb-ot-layout-common-private.hh
@@ -29,7 +29,7 @@
#include "hb-ot-layout-private.h"
-#include "hb-open-types-private.hh"
+#include "hb-open-type-private.hh"
/*