Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1356)

Unified Diff: Source/platform/audio/AudioResampler.cpp

Issue 64643010: Remove duplicated headers from platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/platform/audio/AudioBus.cpp ('k') | Source/platform/audio/HRTFDatabase.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/audio/AudioResampler.cpp
diff --git a/Source/platform/audio/AudioResampler.cpp b/Source/platform/audio/AudioResampler.cpp
index 3eb7e2e3129cee33452f899cb3adee1658aca589..91a935a3fbbe4e1aad0ed7e3cf653cd85bccccf8 100644
--- a/Source/platform/audio/AudioResampler.cpp
+++ b/Source/platform/audio/AudioResampler.cpp
@@ -29,7 +29,6 @@
#include "platform/audio/AudioResampler.h"
#include <algorithm>
-#include "platform/audio/AudioBus.h"
#include "wtf/MathExtras.h"
using namespace std;
« no previous file with comments | « Source/platform/audio/AudioBus.cpp ('k') | Source/platform/audio/HRTFDatabase.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698