vt: remove unneeded include

This commit is contained in:
Daniel Eklöf 2019-08-30 21:43:50 +02:00
parent 77f6c126f5
commit 2e9349c4c4
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

1
vt.c
View file

@ -693,7 +693,6 @@ pre_print(struct terminal *term)
}
}
#include <wchar.h>
static inline void
post_print(struct terminal *term)
{