aboutsummaryrefslogtreecommitdiff
path: root/common_audio/real_fourier.h
diff options
context:
space:
mode:
authorKarl Wiberg <kwiberg@webrtc.org>2018-03-22 14:11:52 +0100
committerCommit Bot <commit-bot@chromium.org>2018-03-22 14:13:24 +0000
commit29e7bee3308db6de1dfc113644a12661fa6ccdd7 (patch)
tree9d9cb192b2e9fbe08444acc13d34630ea4fa0183 /common_audio/real_fourier.h
parent12130bb13577ce1c19e43597e86bc5882c45268c (diff)
downloadwebrtc-29e7bee3308db6de1dfc113644a12661fa6ccdd7.tar.gz
Move aligned memory utilities to rtc_base/memory/
This moves them from an API directory (system_wrappers/include/) to a non-API directory, which is exactly what we want for utilities like this. BUG=webrtc:8445 Change-Id: I6dc34fe662f5d87b3b5288d33055345bc6bf91db Reviewed-on: https://webrtc-review.googlesource.com/21164 Commit-Queue: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22567}
Diffstat (limited to 'common_audio/real_fourier.h')
-rw-r--r--common_audio/real_fourier.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common_audio/real_fourier.h b/common_audio/real_fourier.h
index 4c69c3c768..d16149b365 100644
--- a/common_audio/real_fourier.h
+++ b/common_audio/real_fourier.h
@@ -14,7 +14,7 @@
#include <complex>
#include <memory>
-#include "system_wrappers/include/aligned_malloc.h"
+#include "rtc_base/memory/aligned_malloc.h"
// Uniform interface class for the real DFT and its inverse, for power-of-2
// input lengths. Also contains helper functions for buffer allocation, taking