summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-08-04 22:06:57 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-08-04 22:06:57 -0400
commit076b06fdb85cd64e2a460ccb383b964dee31ebd7 (patch)
treef11f912e235c67c388a3d1d92eddf176acc692d7
parentb4cfda4e811852a1ad11aa3686c95600b1d5d0c0 (diff)
downloadpango-076b06fdb85cd64e2a460ccb383b964dee31ebd7.tar.gz
[HB] Rename open-types to open-type; beauty
-rw-r--r--pango/opentype/Makefile.am2
-rw-r--r--pango/opentype/hb-open-file-private.hh2
-rw-r--r--pango/opentype/hb-open-type-private.hh (renamed from pango/opentype/hb-open-types-private.hh)0
-rw-r--r--pango/opentype/hb-ot-layout-common-private.hh2
4 files changed, 3 insertions, 3 deletions
diff --git a/pango/opentype/Makefile.am b/pango/opentype/Makefile.am
index 1bb4efed..bfb91df5 100644
--- a/pango/opentype/Makefile.am
+++ b/pango/opentype/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/pango/opentype/hb-open-file-private.hh b/pango/opentype/hb-open-file-private.hh
index e66b08a0..fc898f28 100644
--- a/pango/opentype/hb-open-file-private.hh
+++ b/pango/opentype/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/pango/opentype/hb-open-types-private.hh b/pango/opentype/hb-open-type-private.hh
index e922e277..e922e277 100644
--- a/pango/opentype/hb-open-types-private.hh
+++ b/pango/opentype/hb-open-type-private.hh
diff --git a/pango/opentype/hb-ot-layout-common-private.hh b/pango/opentype/hb-ot-layout-common-private.hh
index 5f7d4394..970400b7 100644
--- a/pango/opentype/hb-ot-layout-common-private.hh
+++ b/pango/opentype/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"
/*