From f27d8556c015336e6c8a46195f36636360a7eafe Mon Sep 17 00:00:00 2001 From: k4yt3x Date: Mon, 2 Dec 2024 00:00:00 +0000 Subject: [PATCH] style(libvideo2x): remove C headers Signed-off-by: k4yt3x --- src/libvideo2x.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/libvideo2x.cpp b/src/libvideo2x.cpp index 04067ab..231466d 100644 --- a/src/libvideo2x.cpp +++ b/src/libvideo2x.cpp @@ -1,9 +1,5 @@ #include "libvideo2x.h" -#include -#include -#include - extern "C" { #include }