From ddb86e94c07a269dfc9cd80543f9f6a2c3e934a2 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sat, 11 Jul 2020 19:47:40 +0200 Subject: [PATCH] xwayland: Remove harmless duplicated #include --- hw/xwayland/xwayland-shm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/xwayland/xwayland-shm.c b/hw/xwayland/xwayland-shm.c index 612fe8263..cf7e97ca3 100644 --- a/hw/xwayland/xwayland-shm.c +++ b/hw/xwayland/xwayland-shm.c @@ -37,7 +37,6 @@ #include #include "fb.h" -#include "os.h" #include "pixmapstr.h" #include "xwayland-pixmap.h"