Removed included headers which aren't used by output.c anymore

I don't think assert.h ever was used
wlr/backend.h became unnecessary by a recent cleanup
wlr/types/wlr_compositor.h became unnecessary by the rendering-code rewrite for wlroots 0.9.0+
This commit is contained in:
Keith Bowes 2020-02-27 19:55:41 -05:00
parent ac8bea9ed3
commit c04609026b

View file

@ -5,15 +5,12 @@
#define _POSIX_C_SOURCE 200809L
#endif
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <wlr/backend.h>
#include <wlr/render/wlr_renderer.h>
#include <wlr/render/wlr_texture.h>
#include <wlr/types/wlr_compositor.h>
#include "waybox/server.h"