xwayland: remove duplicated stdlib include

This commit is contained in:
Simon Zeni 2026-03-09 11:07:27 -04:00
parent e9e4896a21
commit fe8f766596
2 changed files with 0 additions and 2 deletions

View file

@ -4,7 +4,6 @@
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdlib.h>
#include <stdnoreturn.h>
#include <sys/socket.h>
#include <sys/types.h>

View file

@ -2,7 +2,6 @@
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdlib.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <sys/wait.h>