diff options
Diffstat (limited to 'sway/commands/shadows_on_csd.c')
-rw-r--r-- | sway/commands/shadows_on_csd.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sway/commands/shadows_on_csd.c b/sway/commands/shadows_on_csd.c index c9f56dd1..24f2bea4 100644 --- a/sway/commands/shadows_on_csd.c +++ b/sway/commands/shadows_on_csd.c @@ -2,10 +2,6 @@ #include "sway/commands.h" #include "sway/config.h" #include "sway/tree/arrange.h" -#include "sway/tree/view.h" -#include "sway/tree/container.h" -#include "log.h" -#include "stringop.h" #include "util.h" struct cmd_results *cmd_shadows_on_csd(int argc, char **argv) { |