Do not include wayland-client-protocol.h in test_shm_pool.cpp

This should fix the build on CI system.
This commit is contained in:
Martin Gräßlin 2014-09-22 09:01:24 +02:00
parent 6394b6cd8c
commit aa26a42432

View file

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