Rename osd.{h,c} to cycle.{h,c}

This commit is contained in:
tokyo4j 2025-11-29 02:09:24 +09:00 committed by Hiroaki Yamamoto
parent 35b3980a5b
commit 65cc2e40ba
12 changed files with 14 additions and 14 deletions

View file

@ -15,11 +15,11 @@
#include "common/match.h"
#include "common/mem.h"
#include "config/rcxml.h"
#include "cycle.h"
#include "foreign-toplevel/foreign.h"
#include "input/keyboard.h"
#include "labwc.h"
#include "menu/menu.h"
#include "osd.h"
#include "output.h"
#include "placement.h"
#include "regions.h"