Make hb-features.h usable standalone
The intended use for hb-features.h is to be included standalone, so we can't put the single-include guards in here.
This commit is contained in:
parent
d628aff9db
commit
30c5402e3d
|
@ -22,15 +22,9 @@
|
||||||
* PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
|
* PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if !defined(HB_H_IN) && !defined(HB_NO_SINGLE_HEADER_ERROR)
|
|
||||||
#error "Include <hb.h> instead."
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef HB_FEATURES_H
|
#ifndef HB_FEATURES_H
|
||||||
#define HB_FEATURES_H
|
#define HB_FEATURES_H
|
||||||
|
|
||||||
#include "hb-common.h"
|
|
||||||
|
|
||||||
HB_BEGIN_DECLS
|
HB_BEGIN_DECLS
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue