We use the .h.inc extension to include C headers. To be consistent
with the rest of the codebase, rename the C headers using the .def
extension.
IDE/tools using our .editorconfig / .gitattributes will leverage
this consistency.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
target/s390x/tcg/{insn-data.def => insn-data.h.inc} | 2 +-
.../s390x/tcg/{insn-format.def => insn-format.h.inc} | 0
target/s390x/tcg/translate.c | 10 +++++-----
3 files changed, 6 insertions(+), 6 deletions(-)
rename target/s390x/tcg/{insn-data.def => insn-data.h.inc} (99%)
rename target/s390x/tcg/{insn-format.def => insn-format.h.inc} (100%)