diff --git a/profiler/src/BackendWayland.cpp b/profiler/src/BackendWayland.cpp index 3ef0d9b2..c58ad726 100644 --- a/profiler/src/BackendWayland.cpp +++ b/profiler/src/BackendWayland.cpp @@ -13,7 +13,7 @@ #include #include -#include "xdg-shell.h" +#include "wayland/xdg-shell.h" #include "Backend.hpp" #include "RunQueue.hpp" diff --git a/profiler/src/xdg-shell.c b/profiler/src/wayland/xdg-shell.c similarity index 100% rename from profiler/src/xdg-shell.c rename to profiler/src/wayland/xdg-shell.c diff --git a/profiler/src/xdg-shell.h b/profiler/src/wayland/xdg-shell.h similarity index 100% rename from profiler/src/xdg-shell.h rename to profiler/src/wayland/xdg-shell.h