Audio codecs to include webrtc/typedefs.h

Will easy merge of webrtc/typedefs.h and webrtc/base/basictypes.h

CL Generated with:
$ git grep -l \"typedefs.h\" | xargs sed -i "s/typedefs.h/webrtc\/typedefs.h/g"

BUG=3777
R=henrik.lundin@webrtc.org, tina.legrand@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/14329004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@7041 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
andresp@webrtc.org
2014-09-03 14:37:18 +00:00
parent 0372b93118
commit 9730d3aae9
42 changed files with 53 additions and 61 deletions

View File

@ -14,7 +14,7 @@
* Define the fixpoint numeric formats
*/
#include "typedefs.h"
#include "webrtc/typedefs.h"
#ifdef __cplusplus
extern "C" {