blob: 18b77685a3f7a7bad1b9c8f5ec61a3fa669702ff [file] [log] [blame]
andrew@webrtc.org325cff02014-10-01 17:42:18 +00001/*
peah8864fe52016-04-05 14:42:46 -07002 * Copyright (c) 2016 The WebRTC project authors. All Rights Reserved.
andrew@webrtc.org325cff02014-10-01 17:42:18 +00003 *
4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
9 */
10
peahc54aad62016-04-05 00:02:33 -070011#ifndef WEBRTC_COMMON_AUDIO_LAPPED_TRANSFORM_H_
12#define WEBRTC_COMMON_AUDIO_LAPPED_TRANSFORM_H_
andrew@webrtc.org325cff02014-10-01 17:42:18 +000013
peah8864fe52016-04-05 14:42:46 -070014// TODO(peah): Remove as soon as all downstream dependencies are resolved.
15#include "webrtc/modules/audio_processing/utility/lapped_transform.h
andrew@webrtc.org325cff02014-10-01 17:42:18 +000016
peahc54aad62016-04-05 00:02:33 -070017#endif // WEBRTC_COMMON_AUDIO_LAPPED_TRANSFORM_H_