[test] Move code around

This commit is contained in:
Behdad Esfahbod 2024-08-06 12:15:39 -06:00
parent 22e1a5a785
commit 84f165646e
2 changed files with 12 additions and 12 deletions

View file

@ -32,18 +32,6 @@
#include "hb-test.h"
#include "hb-subset.h"
#ifdef HAVE_STDBOOL_H
# include <stdbool.h>
#else
typedef short bool;
# ifndef true
# define true 1
# endif
# ifndef false
# define false 0
# endif
#endif
HB_BEGIN_DECLS

View file

@ -35,6 +35,18 @@
#include <string.h>
#include <stdio.h>
#ifdef HAVE_STDBOOL_H
# include <stdbool.h>
#else
typedef short bool;
# ifndef true
# define true 1
# endif
# ifndef false
# define false 0
# endif
#endif
HB_BEGIN_DECLS
/* Just in case */