From 1173cbc63928005ebf88fb9340e3f38ddba185e8 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Tue, 8 Nov 2022 00:59:42 +0100 Subject: [PATCH] Move wayland protocol to a subdirectory. --- profiler/src/BackendWayland.cpp | 2 +- profiler/src/{ => wayland}/xdg-shell.c | 0 profiler/src/{ => wayland}/xdg-shell.h | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename profiler/src/{ => wayland}/xdg-shell.c (100%) rename profiler/src/{ => wayland}/xdg-shell.h (100%) 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