Add full path to headers

R=andrew@webrtc.org

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@5395 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
aluebs@webrtc.org 2014-01-16 09:01:39 +00:00
parent 6a94734d4d
commit 4ffd9c7423
2 changed files with 4 additions and 5 deletions

View File

@ -14,7 +14,7 @@
/* /*
* Define the fixed-point numeric formats * Define the fixed-point numeric formats
*/ */
#include "typedefs.h" #include "webrtc/typedefs.h"
typedef struct WebRtcISACStruct ISACStruct; typedef struct WebRtcISACStruct ISACStruct;

View File

@ -18,10 +18,9 @@
#ifndef WEBRTC_MODULES_AUDIO_CODING_CODECS_ISAC_MAIN_SOURCE_STRUCTS_H_ #ifndef WEBRTC_MODULES_AUDIO_CODING_CODECS_ISAC_MAIN_SOURCE_STRUCTS_H_
#define WEBRTC_MODULES_AUDIO_CODING_CODECS_ISAC_MAIN_SOURCE_STRUCTS_H_ #define WEBRTC_MODULES_AUDIO_CODING_CODECS_ISAC_MAIN_SOURCE_STRUCTS_H_
#include "webrtc/modules/audio_coding/codecs/isac/main/interface/isac.h"
#include "typedefs.h" #include "webrtc/modules/audio_coding/codecs/isac/main/source/settings.h"
#include "settings.h" #include "webrtc/typedefs.h"
#include "isac.h"
typedef struct Bitstreamstruct { typedef struct Bitstreamstruct {