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

View File

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