style(libvideo2x): remove C headers

Signed-off-by: k4yt3x <i@k4yt3x.com>
This commit is contained in:
k4yt3x 2024-12-02 00:00:00 +00:00
parent f8dcad3aef
commit f27d8556c0
No known key found for this signature in database

View File

@ -1,9 +1,5 @@
#include "libvideo2x.h" #include "libvideo2x.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
extern "C" { extern "C" {
#include <libavutil/avutil.h> #include <libavutil/avutil.h>
} }