mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -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
|
@ -23,7 +23,7 @@
|
|||
.desc = _DESC, \
|
||||
},
|
||||
static const S390FeatDef s390_features[S390_FEAT_MAX] = {
|
||||
#include "cpu_features_def.inc.h"
|
||||
#include "cpu_features_def.h.inc"
|
||||
};
|
||||
#undef DEF_FEAT
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue