From 78761b10b69366d28bf0008018fdd2e3140e9c91 Mon Sep 17 00:00:00 2001 From: jon-chuang Date: Sun, 30 Apr 2023 18:15:53 +0800 Subject: [PATCH] minor --- examples/common.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/common.cpp b/examples/common.cpp index 95b066be2..ad7b0bba3 100644 --- a/examples/common.cpp +++ b/examples/common.cpp @@ -8,7 +8,6 @@ #include #include #include -#include #if defined(__APPLE__) && defined(__MACH__) #include @@ -18,7 +17,6 @@ #if defined (_WIN32) #include #include -#include #pragma comment(lib,"kernel32.lib") extern "C" __declspec(dllimport) void* __stdcall GetStdHandle(unsigned long nStdHandle); extern "C" __declspec(dllimport) int __stdcall GetConsoleMode(void* hConsoleHandle, unsigned long* lpMode);