Skip to content

Commit

Permalink
audio: google: use system directories for mock header include
Browse files Browse the repository at this point in the history
No function change, builds fine.

Signed-off-by: Yong Zhi <yong.zhi@intel.com>
  • Loading branch information
yongzhi1 committed Mar 5, 2024
1 parent 259c923 commit de7a032
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/audio/google/google_rtc_audio_processing_mock.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// Copyright(c) 2021 Google LLC.
//
// Author: Lionel Koenig <lionelk@google.com>
#include "google_rtc_audio_processing.h"
#include "google_rtc_audio_processing_sof_message_reader.h"
#include <google_rtc_audio_processing.h>
#include <google_rtc_audio_processing_sof_message_reader.h>

#include <stdlib.h>
#include <string.h>
Expand All @@ -14,7 +14,7 @@
#include <sof/math/numbers.h>

#include <rtos/alloc.h>
#include "ipc/topology.h"
#include <ipc/topology.h>

#define GOOGLE_RTC_AUDIO_PROCESSING_FREQENCY_TO_PERIOD_FRAMES 100
#define GOOGLE_RTC_AUDIO_PROCESSING_MS_PER_SECOND 1000
Expand Down

0 comments on commit de7a032

Please sign in to comment.