From 420364dd191fa3c22370bbaa34f178b07bcb8318 Mon Sep 17 00:00:00 2001 From: Will McKinnon Date: Thu, 6 Apr 2023 18:49:51 -0400 Subject: structure: moved fx_renderer and related fuctions to a folder --- include/sway/output.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sway/output.h') diff --git a/include/sway/output.h b/include/sway/output.h index 2d702741..a6bec10a 100644 --- a/include/sway/output.h +++ b/include/sway/output.h @@ -6,7 +6,7 @@ #include #include #include "config.h" -#include "sway/desktop/fx_renderer.h" +#include "sway/desktop/fx_renderer/fx_renderer.h" #include "sway/tree/node.h" #include "sway/tree/view.h" -- cgit v1.2.3