From 232fbfa4c3dfeb6604bb506ed3768e0e1b0347ff Mon Sep 17 00:00:00 2001 From: mingo-wu <57790355+mingo-wu1@users.noreply.github.com> Date: Thu, 1 Sep 2022 19:39:34 +0800 Subject: [PATCH] Update srs_core_performance.hpp (#3160) In included file: main file cannot be included recursively when building a preamble clang(pp_including_mainfile_in_preamble) srs_core.hpp(43, 10): Error occurred here --- trunk/src/core/srs_core_performance.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/trunk/src/core/srs_core_performance.hpp b/trunk/src/core/srs_core_performance.hpp index 47bc59cc3..a870b06f8 100644 --- a/trunk/src/core/srs_core_performance.hpp +++ b/trunk/src/core/srs_core_performance.hpp @@ -7,8 +7,6 @@ #ifndef SRS_CORE_PERFORMANCE_HPP #define SRS_CORE_PERFORMANCE_HPP -#include - /** * this file defines the perfromance options. */