Put back include dependencies
This commit is contained in:
parent
491d93bf74
commit
25aa411ac5
|
@ -33,6 +33,8 @@
|
||||||
#define HB_OBJECT_PRIVATE_HH
|
#define HB_OBJECT_PRIVATE_HH
|
||||||
|
|
||||||
#include "hb-private.hh"
|
#include "hb-private.hh"
|
||||||
|
#include "hb-atomic-private.hh"
|
||||||
|
#include "hb-mutex-private.hh"
|
||||||
|
|
||||||
|
|
||||||
/* reference_count */
|
/* reference_count */
|
||||||
|
|
|
@ -599,11 +599,12 @@ _hb_memalign(void **memptr, size_t alignment, size_t size)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* Headers we include for everyone. Specifically ordered to resolve dependencies. */
|
/* Headers we include for everyone. Keep sorted. They express dependency amongst
|
||||||
|
* themselves, but no other file should include them.*/
|
||||||
#include "hb-atomic-private.hh"
|
#include "hb-atomic-private.hh"
|
||||||
#include "hb-mutex-private.hh"
|
|
||||||
#include "hb-dsalgs.hh"
|
|
||||||
#include "hb-debug.hh"
|
#include "hb-debug.hh"
|
||||||
|
#include "hb-dsalgs.hh"
|
||||||
|
#include "hb-mutex-private.hh"
|
||||||
#include "hb-object-private.hh"
|
#include "hb-object-private.hh"
|
||||||
|
|
||||||
#endif /* HB_PRIVATE_HH */
|
#endif /* HB_PRIVATE_HH */
|
||||||
|
|
Loading…
Reference in New Issue