tests: remove unnecessary weston.h includes
Looks like these don't actually need it. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
parent
b84ad9e34c
commit
c36bbad8e2
|
@ -33,7 +33,6 @@
|
|||
#include <stdint.h>
|
||||
|
||||
#include <libweston/libweston.h>
|
||||
#include "compositor/weston.h"
|
||||
#include "ivi-shell/ivi-layout-export.h"
|
||||
#include "ivi-shell/ivi-layout-private.h"
|
||||
#include "ivi-test.h"
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
#include <assert.h>
|
||||
|
||||
#include <libweston/libweston.h>
|
||||
#include "compositor/weston.h"
|
||||
#include <libweston/plugin-registry.h>
|
||||
|
||||
#include "weston-test-runner.h"
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
|
||||
#include <libweston/libweston.h>
|
||||
#include "libweston-internal.h"
|
||||
#include "compositor/weston.h"
|
||||
#include "weston-test-runner.h"
|
||||
#include "weston-test-fixture-compositor.h"
|
||||
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
#include <assert.h>
|
||||
|
||||
#include <libweston/libweston.h>
|
||||
#include "compositor/weston.h"
|
||||
#include "weston-test-runner.h"
|
||||
#include "weston-test-fixture-compositor.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue