Rename hb-dsalgs to hb-algs
This commit is contained in:
parent
f27607580e
commit
6e3ad650d1
|
@ -16,6 +16,7 @@ HB_BASE_sources = \
|
||||||
hb-aat-ltag-table.hh \
|
hb-aat-ltag-table.hh \
|
||||||
hb-aat-map.cc \
|
hb-aat-map.cc \
|
||||||
hb-aat-map.hh \
|
hb-aat-map.hh \
|
||||||
|
hb-algs.hh \
|
||||||
hb-array.hh \
|
hb-array.hh \
|
||||||
hb-atomic.hh \
|
hb-atomic.hh \
|
||||||
hb-blob.cc \
|
hb-blob.cc \
|
||||||
|
@ -31,7 +32,6 @@ HB_BASE_sources = \
|
||||||
hb-cff2-interp-cs.hh \
|
hb-cff2-interp-cs.hh \
|
||||||
hb-common.cc \
|
hb-common.cc \
|
||||||
hb-debug.hh \
|
hb-debug.hh \
|
||||||
hb-dsalgs.hh \
|
|
||||||
hb-face.cc \
|
hb-face.cc \
|
||||||
hb-face.hh \
|
hb-face.hh \
|
||||||
hb-font.cc \
|
hb-font.cc \
|
||||||
|
|
|
@ -24,8 +24,8 @@
|
||||||
* Google Author(s): Behdad Esfahbod
|
* Google Author(s): Behdad Esfahbod
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef HB_DSALGS_HH
|
#ifndef HB_ALGS_HH
|
||||||
#define HB_DSALGS_HH
|
#define HB_ALGS_HH
|
||||||
|
|
||||||
#include "hb.hh"
|
#include "hb.hh"
|
||||||
#include "hb-null.hh"
|
#include "hb-null.hh"
|
||||||
|
@ -638,4 +638,4 @@ struct hb_vector_size_t
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#endif /* HB_DSALGS_HH */
|
#endif /* HB_ALGS_HH */
|
|
@ -28,7 +28,7 @@
|
||||||
#define HB_ARRAY_HH
|
#define HB_ARRAY_HH
|
||||||
|
|
||||||
#include "hb.hh"
|
#include "hb.hh"
|
||||||
#include "hb-dsalgs.hh"
|
#include "hb-algs.hh"
|
||||||
#include "hb-iter.hh"
|
#include "hb-iter.hh"
|
||||||
#include "hb-null.hh"
|
#include "hb-null.hh"
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
#include "hb.hh"
|
#include "hb.hh"
|
||||||
#include "hb-atomic.hh"
|
#include "hb-atomic.hh"
|
||||||
#include "hb-dsalgs.hh"
|
#include "hb-algs.hh"
|
||||||
|
|
||||||
|
|
||||||
#ifndef HB_DEBUG
|
#ifndef HB_DEBUG
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
#define HB_ITER_HH
|
#define HB_ITER_HH
|
||||||
|
|
||||||
#include "hb.hh"
|
#include "hb.hh"
|
||||||
#include "hb-dsalgs.hh" // for hb_addressof
|
#include "hb-algs.hh" // for hb_addressof
|
||||||
#include "hb-meta.hh"
|
#include "hb-meta.hh"
|
||||||
#include "hb-null.hh"
|
#include "hb-null.hh"
|
||||||
|
|
||||||
|
|
|
@ -619,10 +619,10 @@ _hb_memalign(void **memptr, size_t alignment, size_t size)
|
||||||
#include "hb-mutex.hh"
|
#include "hb-mutex.hh"
|
||||||
#include "hb-atomic.hh" // Requires: hb-meta
|
#include "hb-atomic.hh" // Requires: hb-meta
|
||||||
#include "hb-null.hh" // Requires: hb-meta
|
#include "hb-null.hh" // Requires: hb-meta
|
||||||
#include "hb-dsalgs.hh" // Requires: hb-null
|
#include "hb-algs.hh" // Requires: hb-null
|
||||||
#include "hb-iter.hh" // Requires: hb-dsalgs hb-meta hb-null
|
#include "hb-iter.hh" // Requires: hb-algs hb-meta hb-null
|
||||||
#include "hb-debug.hh" // Requires: hb-atomic hb-dsalgs
|
#include "hb-debug.hh" // Requires: hb-algs hb-atomic
|
||||||
#include "hb-array.hh" // Requires: hb-dsalgs hb-iter hb-null
|
#include "hb-array.hh" // Requires: hb-algs hb-iter hb-null
|
||||||
#include "hb-vector.hh" // Requires: hb-array hb-null
|
#include "hb-vector.hh" // Requires: hb-array hb-null
|
||||||
#include "hb-object.hh" // Requires: hb-atomic hb-mutex hb-vector
|
#include "hb-object.hh" // Requires: hb-atomic hb-mutex hb-vector
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue