diff mbox series

linux-user: Clean up unused header

Message ID 20241015140922.385470-1-gustavo.romero@linaro.org (mailing list archive)
State New
Headers show
Series linux-user: Clean up unused header | expand

Commit Message

Gustavo Romero Oct. 15, 2024, 2:09 p.m. UTC
Clean up unused (already commented-out) header from syscall.c.

Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org>
---
 linux-user/syscall.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Philippe Mathieu-Daudé Oct. 15, 2024, 2:48 p.m. UTC | #1
On 15/10/24 11:09, Gustavo Romero wrote:
> Clean up unused (already commented-out) header from syscall.c.
> 
> Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org>
> ---
>   linux-user/syscall.c | 1 -
>   1 file changed, 1 deletion(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Richard Henderson Oct. 15, 2024, 2:50 p.m. UTC | #2
On 10/15/24 07:09, Gustavo Romero wrote:
> Clean up unused (already commented-out) header from syscall.c.
> 
> Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org>
> ---
>   linux-user/syscall.c | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/linux-user/syscall.c b/linux-user/syscall.c
> index 1354e75694..d1b0f7c5bb 100644
> --- a/linux-user/syscall.c
> +++ b/linux-user/syscall.c
> @@ -54,7 +54,6 @@
>   #include <utime.h>
>   #include <sys/sysinfo.h>
>   #include <sys/signalfd.h>
> -//#include <sys/user.h>
>   #include <netinet/in.h>
>   #include <netinet/ip.h>
>   #include <netinet/tcp.h>


Cc: qemu-trivial
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>


r~
diff mbox series

Patch

diff --git a/linux-user/syscall.c b/linux-user/syscall.c
index 1354e75694..d1b0f7c5bb 100644
--- a/linux-user/syscall.c
+++ b/linux-user/syscall.c
@@ -54,7 +54,6 @@ 
 #include <utime.h>
 #include <sys/sysinfo.h>
 #include <sys/signalfd.h>
-//#include <sys/user.h>
 #include <netinet/in.h>
 #include <netinet/ip.h>
 #include <netinet/tcp.h>