mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
Remove unneeded include statements for setjmp.h
As soon as setjmp.h is included from qemu/osdep.h, those old include statements are no longer needed. Add also setjmp.h to the list in scripts/clean-includes. Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
e89fdafb58
commit
8ff98f1ed2
7 changed files with 1 additions and 9 deletions
|
@ -140,7 +140,7 @@ for f in "$@"; do
|
|||
perl -n -i -e 'print if !/\s*#\s*include\s*(["<][^>"]*[">])/ ||
|
||||
! (grep { $_ eq $1 } qw (
|
||||
"config-host.h" "qemu/compiler.h" "config.h"
|
||||
<stdarg.h> <stddef.h> <stdbool.h> <stdint.h> <sys/types.h>
|
||||
<setjmp.h> <stdarg.h> <stddef.h> <stdbool.h> <stdint.h> <sys/types.h>
|
||||
<stdlib.h> <stdio.h> <string.h> <strings.h> <inttypes.h>
|
||||
<limits.h> <unistd.h> <time.h> <ctype.h> <errno.h> <fcntl.h>
|
||||
<sys/stat.h> <sys/time.h> <assert.h> <signal.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue