From 7edb430f9182723b7b720708c56088cec1200a70 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 4 Aug 2009 22:06:57 -0400 Subject: [PATCH] [HB] Rename open-types to open-type; beauty --- src/Makefile.am | 2 +- src/hb-open-file-private.hh | 2 +- src/{hb-open-types-private.hh => hb-open-type-private.hh} | 0 src/hb-ot-layout-common-private.hh | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename src/{hb-open-types-private.hh => hb-open-type-private.hh} (100%) 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 @@ HBSOURCES = \ 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" /* -- 2.7.4