mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
meson: rename .inc.h files to .h.inc
Make it consistent with '.c.inc' and '.rst.inc'. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
139c1837db
commit
0979ed017f
8 changed files with 13 additions and 13 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
#define DEF_FEAT(_FEAT, ...) S390_FEAT_##_FEAT,
|
||||
typedef enum {
|
||||
#include "cpu_features_def.inc.h"
|
||||
#include "cpu_features_def.h.inc"
|
||||
S390_FEAT_MAX,
|
||||
} S390Feat;
|
||||
#undef DEF_FEAT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue