From 0513a570b05cfc20a0256ef01dce8722b6deb229 Mon Sep 17 00:00:00 2001 From: parhelia512 <0011d3@gmail.com> Date: Thu, 9 Oct 2025 20:07:21 +0800 Subject: [PATCH] Update ProxyEntity.hpp --- include/dataStore/ProxyEntity.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/dataStore/ProxyEntity.hpp b/include/dataStore/ProxyEntity.hpp index e2c9b4b..5eafe34 100644 --- a/include/dataStore/ProxyEntity.hpp +++ b/include/dataStore/ProxyEntity.hpp @@ -1,12 +1,10 @@ #pragma once #include "include/global/Configs.hpp" +#include "include/global/CountryHelper.hpp" #include "include/stats/traffic/TrafficData.hpp" #include "include/configs/proxy/AbstractBean.hpp" #include "include/configs/proxy/ExtraCore.h" -#ifndef Q_MOC_RUN -#include "include/global/CountryHelper.hpp" -#endif namespace Configs { class SocksHttpBean;