Fixed wrong include path for wayland headers

removing leading 'wayland/' folder as it's unecessary and actually different on some distros
This commit is contained in:
Matteo De Carlo
2024-12-25 00:49:32 +01:00
parent ce6214bcd3
commit 88a9574efe
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
#include "wiWaylandBackend.h"
#include "wiWaylandUtils.h"
#include <wayland/wayland-client-core.h>
#include <wayland/wayland-client-protocol.h>
#include <wayland/wayland-client.h>
#include <wayland-client-core.h>
#include <wayland-client-protocol.h>
#include <wayland-client.h>
#include <iostream>
#include "xdg-shell.h"
+1 -1
View File
@@ -1,6 +1,6 @@
#pragma once
#include "wiWaylandWindow.h"
#include <wayland/wayland-client.h>
#include <wayland-client.h>
#include <map>
#include <string>
#include <iostream>