mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-21 05:33:45 -04:00
osc: remove unused includes
This commit is contained in:
parent
50efd9726d
commit
e59efb1233
1 changed files with 0 additions and 3 deletions
3
osc.c
3
osc.c
|
|
@ -12,15 +12,12 @@
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "base64.h"
|
#include "base64.h"
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "grid.h"
|
|
||||||
#include "macros.h"
|
#include "macros.h"
|
||||||
#include "notify.h"
|
#include "notify.h"
|
||||||
#include "render.h"
|
|
||||||
#include "selection.h"
|
#include "selection.h"
|
||||||
#include "terminal.h"
|
#include "terminal.h"
|
||||||
#include "uri.h"
|
#include "uri.h"
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
#include "vt.h"
|
|
||||||
#include "xmalloc.h"
|
#include "xmalloc.h"
|
||||||
#include "xsnprintf.h"
|
#include "xsnprintf.h"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue