From f047e8b9786df0fbee307a0ec425eea385ab6657 Mon Sep 17 00:00:00 2001 From: Luca Di Sera Date: Mon, 10 Oct 2022 08:11:34 +0200 Subject: Fix syncqt warnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I739eb81ec78a071baa85d24f26bb45b184b9068c Reviewed-by: Topi Reiniƶ Reviewed-by: David Edmundson --- src/client/global/qwaylandclientextension.h | 2 +- src/compositor/extensions/qwaylandxdgoutputv1.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/client/global/qwaylandclientextension.h b/src/client/global/qwaylandclientextension.h index b7c4a323..8fe74e37 100644 --- a/src/client/global/qwaylandclientextension.h +++ b/src/client/global/qwaylandclientextension.h @@ -4,7 +4,7 @@ #ifndef QWAYLANDCLIENTEXTENSION_H #define QWAYLANDCLIENTEXTENSION_H -#include +#include #include struct wl_interface; diff --git a/src/compositor/extensions/qwaylandxdgoutputv1.h b/src/compositor/extensions/qwaylandxdgoutputv1.h index b8edbac7..323905fa 100644 --- a/src/compositor/extensions/qwaylandxdgoutputv1.h +++ b/src/compositor/extensions/qwaylandxdgoutputv1.h @@ -4,7 +4,7 @@ #ifndef QWAYLANDXDGOUTPUTV1_H #define QWAYLANDXDGOUTPUTV1_H -#include +#include #include #include -- cgit v1.2.1