From b24f5cfeb3b923262d7dbb7bbdbb6eaf57f361a7 Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 17 May 2024 17:29:20 +0800 Subject: [PATCH] =?UTF-8?q?2024.5.16=20=E6=B5=8B=E8=AF=95=E6=95=B4?= =?UTF-8?q?=E4=BD=93=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/feature_pipeline.cc | 2 +- frontend/feature_pipeline.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/feature_pipeline.cc b/frontend/feature_pipeline.cc index 91be1d2..478ccb0 100644 --- a/frontend/feature_pipeline.cc +++ b/frontend/feature_pipeline.cc @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include "frontend/feature_pipeline.h" +#include "feature_pipeline.h" #include #include diff --git a/frontend/feature_pipeline.h b/frontend/feature_pipeline.h index 79d5980..3ede117 100644 --- a/frontend/feature_pipeline.h +++ b/frontend/feature_pipeline.h @@ -21,7 +21,7 @@ #include #include -#include "frontend/fbank.h" +#include "fbank.h" #include "utils/blocking_queue.h" #include "utils/log.h"