Move wayland protocol to a subdirectory.

This commit is contained in:
Bartosz Taudul 2022-11-08 00:59:42 +01:00
parent e6f74c04d6
commit 1173cbc639
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3
3 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
#include <wayland-cursor.h> #include <wayland-cursor.h>
#include <wayland-egl.h> #include <wayland-egl.h>
#include "xdg-shell.h" #include "wayland/xdg-shell.h"
#include "Backend.hpp" #include "Backend.hpp"
#include "RunQueue.hpp" #include "RunQueue.hpp"