提交 25aa411a 编写于 作者: B Behdad Esfahbod

Put back include dependencies

上级 491d93bf
......@@ -33,6 +33,8 @@
#define HB_OBJECT_PRIVATE_HH
#include "hb-private.hh"
#include "hb-atomic-private.hh"
#include "hb-mutex-private.hh"
/* reference_count */
......
......@@ -599,11 +599,12 @@ _hb_memalign(void **memptr, size_t alignment, size_t size)
#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-mutex-private.hh"
#include "hb-dsalgs.hh"
#include "hb-debug.hh"
#include "hb-dsalgs.hh"
#include "hb-mutex-private.hh"
#include "hb-object-private.hh"
#endif /* HB_PRIVATE_HH */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册