osc: remove unused includes

This commit is contained in:
Daniel Eklöf 2024-07-23 15:28:47 +02:00
parent 50efd9726d
commit e59efb1233
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

3
osc.c
View file

@ -12,15 +12,12 @@
#include "log.h"
#include "base64.h"
#include "config.h"
#include "grid.h"
#include "macros.h"
#include "notify.h"
#include "render.h"
#include "selection.h"
#include "terminal.h"
#include "uri.h"
#include "util.h"
#include "vt.h"
#include "xmalloc.h"
#include "xsnprintf.h"