Rename hb-dsalgs to hb-algs
authorBehdad Esfahbod <behdad@behdad.org>
Wed, 9 Jan 2019 17:05:01 +0000 (09:05 -0800)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 21 Jan 2019 01:12:12 +0000 (20:12 -0500)
src/Makefile.sources
src/hb-algs.hh [moved from src/hb-dsalgs.hh with 99% similarity]
src/hb-array.hh
src/hb-debug.hh
src/hb-iter.hh
src/hb.hh

index b5a3c4c..8eb235b 100644 (file)
@@ -16,6 +16,7 @@ HB_BASE_sources = \
        hb-aat-ltag-table.hh \
        hb-aat-map.cc \
        hb-aat-map.hh \
+       hb-algs.hh \
        hb-array.hh \
        hb-atomic.hh \
        hb-blob.cc \
@@ -31,7 +32,6 @@ HB_BASE_sources = \
        hb-cff2-interp-cs.hh \
        hb-common.cc \
        hb-debug.hh \
-       hb-dsalgs.hh \
        hb-face.cc \
        hb-face.hh \
        hb-font.cc \
similarity index 99%
rename from src/hb-dsalgs.hh
rename to src/hb-algs.hh
index 62d9794..79db3eb 100644 (file)
@@ -24,8 +24,8 @@
  * Google Author(s): Behdad Esfahbod
  */
 
-#ifndef HB_DSALGS_HH
-#define HB_DSALGS_HH
+#ifndef HB_ALGS_HH
+#define HB_ALGS_HH
 
 #include "hb.hh"
 #include "hb-null.hh"
@@ -638,4 +638,4 @@ struct hb_vector_size_t
 };
 
 
-#endif /* HB_DSALGS_HH */
+#endif /* HB_ALGS_HH */
index d37d220..6fd362f 100644 (file)
@@ -28,7 +28,7 @@
 #define HB_ARRAY_HH
 
 #include "hb.hh"
-#include "hb-dsalgs.hh"
+#include "hb-algs.hh"
 #include "hb-iter.hh"
 #include "hb-null.hh"
 
index d7d0165..cf938b2 100644 (file)
@@ -29,7 +29,7 @@
 
 #include "hb.hh"
 #include "hb-atomic.hh"
-#include "hb-dsalgs.hh"
+#include "hb-algs.hh"
 
 
 #ifndef HB_DEBUG
index 5f2511b..db033fc 100644 (file)
@@ -28,7 +28,7 @@
 #define HB_ITER_HH
 
 #include "hb.hh"
-#include "hb-dsalgs.hh" // for hb_addressof
+#include "hb-algs.hh" // for hb_addressof
 #include "hb-meta.hh"
 #include "hb-null.hh"
 
index 3e75adb..ffefa62 100644 (file)
--- a/src/hb.hh
+++ b/src/hb.hh
@@ -619,10 +619,10 @@ _hb_memalign(void **memptr, size_t alignment, size_t size)
 #include "hb-mutex.hh"
 #include "hb-atomic.hh"        // Requires: hb-meta
 #include "hb-null.hh"  // Requires: hb-meta
-#include "hb-dsalgs.hh"        // Requires: hb-null
-#include "hb-iter.hh"  // Requires: hb-dsalgs hb-meta hb-null
-#include "hb-debug.hh" // Requires: hb-atomic hb-dsalgs
-#include "hb-array.hh" // Requires: hb-dsalgs hb-iter hb-null
+#include "hb-algs.hh"  // Requires: hb-null
+#include "hb-iter.hh"  // Requires: hb-algs hb-meta hb-null
+#include "hb-debug.hh" // Requires: hb-algs hb-atomic
+#include "hb-array.hh" // Requires: hb-algs hb-iter hb-null
 #include "hb-vector.hh"        // Requires: hb-array hb-null
 #include "hb-object.hh"        // Requires: hb-atomic hb-mutex hb-vector