Revert "internal: include headers from protocols/"

This reverts commit 550700bed0.

We can't cuz meson
This commit is contained in:
vaxerski
2023-04-27 13:55:13 +01:00
parent 550700bed0
commit 1a1656ddbf
9 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
#include "Renderer.hpp"
#include "../Compositor.hpp"
#include "protocols/linux-dmabuf-unstable-v1-protocol.h"
#include "linux-dmabuf-unstable-v1-protocol.h"
void renderSurface(struct wlr_surface* surface, int x, int y, void* data) {
const auto TEXTURE = wlr_surface_get_texture(surface);