From 0d8b1f4f4f248376a022b76f402f503e928a391f Mon Sep 17 00:00:00 2001 From: cxh Date: Thu, 19 Mar 2026 10:26:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=AE=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/tunnel_client.hpp | 4 ---- src/tunnel_client.cpp | 4 ---- 2 files changed, 8 deletions(-) diff --git a/include/tunnel_client.hpp b/include/tunnel_client.hpp index 79bf93b..ac798ff 100644 --- a/include/tunnel_client.hpp +++ b/include/tunnel_client.hpp @@ -1,9 +1,5 @@ #pragma once -#ifndef ASIO_STANDALONE -#define ASIO_STANDALONE -#endif - #include #include #include diff --git a/src/tunnel_client.cpp b/src/tunnel_client.cpp index 32b3382..74a561e 100644 --- a/src/tunnel_client.cpp +++ b/src/tunnel_client.cpp @@ -1,7 +1,3 @@ -#ifndef ASIO_STANDALONE -#define ASIO_STANDALONE -#endif - #include "tunnel_client.hpp" #include