]> git.proxmox.com Git - mirror_qemu.git/commit - ui/vnc-enc-zrle.c
rename included C files to foo.inc.c, remove osdep.h
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 4 May 2018 09:52:55 +0000 (11:52 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 11 May 2018 12:33:40 +0000 (14:33 +0200)
commit5b27a92dcc5afb11d38c7fe0a637d5d64d31108a
treea065e7fe7168f9cfe3a0c6c2a9d28813f18d33fe
parent3ff333effa319df6178f138d9cf32e3937419790
rename included C files to foo.inc.c, remove osdep.h

osdep.h is only needed for files that are compiled directly.
Remove it from included C source files, and rename them to
*.inc.c so that scripts/clean-includes knows to skip them.

Cc: Eric Blake <eblake@redhat.com>
Cc: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
15 files changed:
target/cris/translate.c
target/cris/translate_v10.c [deleted file]
target/cris/translate_v10.inc.c [new file with mode: 0644]
target/mips/translate.c
target/mips/translate_init.c [deleted file]
target/mips/translate_init.inc.c [new file with mode: 0644]
target/ppc/int_helper.c
target/ppc/mfrom_table.c [deleted file]
target/ppc/mfrom_table.inc.c [new file with mode: 0644]
target/ppc/translate.c
target/ppc/translate_init.c [deleted file]
target/ppc/translate_init.inc.c [new file with mode: 0644]
ui/vnc-enc-zrle-template.c [deleted file]
ui/vnc-enc-zrle.c
ui/vnc-enc-zrle.inc.c [new file with mode: 0644]