summaryrefslogtreecommitdiff
path: root/hw/xwayland/xwayland-present.c
diff options
context:
space:
mode:
authorOlivier Fourdan <ofourdan@redhat.com>2019-12-18 15:00:11 +0100
committerOlivier Fourdan <ofourdan@redhat.com>2019-12-20 16:19:01 +0100
commit58155baeac494c95a45d99d44dd9307e8aedd2af (patch)
tree3c9efcb5dad96d8f074e56e3db0c5e924239c8ee /hw/xwayland/xwayland-present.c
parentc830bd847fa5b60db95dcbb54dde3868f2a31a9a (diff)
xwayland: Cleanup and remove `xwayland.h`
Now that each source and header should be in order, we can safely cleaup the last remaining bits from the main `xwayland.h` which is not needed anymore and can be removed. Signed-off-by: Olivier Fourdan <ofourdan@redhat.com> Reviewed-by: Michel Dänzer <mdaenzer@redhat.com>
Diffstat (limited to 'hw/xwayland/xwayland-present.c')
-rw-r--r--hw/xwayland/xwayland-present.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/hw/xwayland/xwayland-present.c b/hw/xwayland/xwayland-present.c
index 5b9ee201f..09fa66a6a 100644
--- a/hw/xwayland/xwayland-present.c
+++ b/hw/xwayland/xwayland-present.c
@@ -23,14 +23,11 @@
* SOFTWARE.
*/
-#ifdef HAVE_DIX_CONFIG_H
-#include <dix-config.h>
-#endif
+#include <xwayland-config.h>
#include <windowstr.h>
#include <present.h>
-#include "xwayland.h"
#include "xwayland-present.h"
#include "xwayland-screen.h"
#include "xwayland-window.h"