[HB] Rename open-types to open-type; beauty

pull/1/head
Behdad Esfahbod 16 years ago
parent f4b58d3fc2
commit 7edb430f91
  1. 2
      src/Makefile.am
  2. 2
      src/hb-open-file-private.hh
  3. 0
      src/hb-open-type-private.hh
  4. 2
      src/hb-ot-layout-common-private.hh

@ -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 \

@ -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"
/*

@ -29,7 +29,7 @@
#include "hb-ot-layout-private.h"
#include "hb-open-types-private.hh"
#include "hb-open-type-private.hh"
/*

Loading…
Cancel
Save