From b86cdedb7e5d0b9b2fe61404c39010a149da99be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=B8=BA?= Date: Tue, 3 Dec 2024 15:03:55 +0800 Subject: [PATCH] remove iostream header --- examples/omni-vlm/clip.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/omni-vlm/clip.cpp b/examples/omni-vlm/clip.cpp index ad2d8c102..2a4f37cf4 100644 --- a/examples/omni-vlm/clip.cpp +++ b/examples/omni-vlm/clip.cpp @@ -39,12 +39,12 @@ #include #include #include -#include +// #include // #include // #include -using std::cout; -using std::endl; +// using std::cout; +// using std::endl; #define LOG_INF(...) do { fprintf(stdout, __VA_ARGS__); } while (0) #define LOG_WRN(...) do { fprintf(stderr, __VA_ARGS__); } while (0)