From 14a2a1cd72cef929572950e9f9ff317a975ea6b1 Mon Sep 17 00:00:00 2001 From: NCDHZ <40437290+ncdhz@users.noreply.github.com> Date: Wed, 28 Dec 2022 21:29:26 +0800 Subject: [PATCH] Update test.cpp --- test/test.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/test.cpp b/test/test.cpp index 20d1b0e..0baa927 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -1,4 +1,3 @@ -#include #include #include #include @@ -50,4 +49,4 @@ int main() if (cv::waitKey(1) == 27) break; } return 0; -} \ No newline at end of file +}