Fix build: don't include wayland-client.h in test_wayland_region.cpp

This commit is contained in:
Martin Gräßlin 2014-10-16 15:06:02 +02:00
parent 5debfb6832
commit 323417ae63

View file

@ -28,8 +28,6 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
#include "../../src/server/display.h"
#include "../../src/server/compositor_interface.h"
#include "../../src/server/region_interface.h"
// Wayland
#include <wayland-client.h>
class TestRegion : public QObject
{