From b6713ec4262c05f7d103bc3b75ab81aedc690853 Mon Sep 17 00:00:00 2001 From: Jorgen Lind Date: Wed, 18 Dec 2013 07:59:53 +0100 Subject: Make classes in client private Change-Id: Ibf400b32f78a6a0fcf0991914d2d9ad684483979 Reviewed-by: Andy Nichols --- .../xcomposite-egl/qwaylandxcompositeeglclientbufferintegration.h | 2 +- .../client/xcomposite-egl/qwaylandxcompositeeglwindow.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/hardwareintegration/client/xcomposite-egl') diff --git a/src/hardwareintegration/client/xcomposite-egl/qwaylandxcompositeeglclientbufferintegration.h b/src/hardwareintegration/client/xcomposite-egl/qwaylandxcompositeeglclientbufferintegration.h index 9f27a1f7b..068a35df0 100644 --- a/src/hardwareintegration/client/xcomposite-egl/qwaylandxcompositeeglclientbufferintegration.h +++ b/src/hardwareintegration/client/xcomposite-egl/qwaylandxcompositeeglclientbufferintegration.h @@ -42,7 +42,7 @@ #ifndef QWAYLANDXCOMPOSITEEGLCLIENTBUFFERINTEGRATION_H #define QWAYLANDXCOMPOSITEEGLCLIENTBUFFERINTEGRATION_H -#include +#include #include "wayland-client.h" #include diff --git a/src/hardwareintegration/client/xcomposite-egl/qwaylandxcompositeeglwindow.h b/src/hardwareintegration/client/xcomposite-egl/qwaylandxcompositeeglwindow.h index 9e512ec7c..6bba18a14 100644 --- a/src/hardwareintegration/client/xcomposite-egl/qwaylandxcompositeeglwindow.h +++ b/src/hardwareintegration/client/xcomposite-egl/qwaylandxcompositeeglwindow.h @@ -42,8 +42,8 @@ #ifndef QWAYLANDXCOMPOSITEEGLWINDOW_H #define QWAYLANDXCOMPOSITEEGLWINDOW_H -#include -#include +#include +#include #include "qwaylandxcompositeeglclientbufferintegration.h" #include "qwaylandxcompositeeglcontext.h" -- cgit v1.2.3