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:
Matthias Clasen 2022-12-23 14:29:25 -05:00 committed by Behdad Esfahbod
parent d628aff9db
commit 30c5402e3d
1 changed files with 0 additions and 6 deletions

View File

@ -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