commit | 4ffd9c74233443a3bedb10f92bd735c2c7ef262c | [log] [tgz] |
---|---|---|
author | aluebs@webrtc.org <aluebs@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Thu Jan 16 09:01:39 2014 |
committer | aluebs@webrtc.org <aluebs@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Thu Jan 16 09:01:39 2014 |
tree | b5b59f0214d95e0f7dd0052eb68a25094dd2625f | |
parent | 6a94734d4d2f6b83072c18a558b7e1cdc8e6aaae [diff] |
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
diff --git a/webrtc/modules/audio_coding/codecs/isac/main/interface/isac.h b/webrtc/modules/audio_coding/codecs/isac/main/interface/isac.h index f937b34..76a61e6 100644 --- a/webrtc/modules/audio_coding/codecs/isac/main/interface/isac.h +++ b/webrtc/modules/audio_coding/codecs/isac/main/interface/isac.h
@@ -14,7 +14,7 @@ /* * Define the fixed-point numeric formats */ -#include "typedefs.h" +#include "webrtc/typedefs.h" typedef struct WebRtcISACStruct ISACStruct;
diff --git a/webrtc/modules/audio_coding/codecs/isac/main/source/structs.h b/webrtc/modules/audio_coding/codecs/isac/main/source/structs.h index 1bd73e7..62c890c 100644 --- a/webrtc/modules/audio_coding/codecs/isac/main/source/structs.h +++ b/webrtc/modules/audio_coding/codecs/isac/main/source/structs.h
@@ -18,10 +18,9 @@ #ifndef WEBRTC_MODULES_AUDIO_CODING_CODECS_ISAC_MAIN_SOURCE_STRUCTS_H_ #define WEBRTC_MODULES_AUDIO_CODING_CODECS_ISAC_MAIN_SOURCE_STRUCTS_H_ - -#include "typedefs.h" -#include "settings.h" -#include "isac.h" +#include "webrtc/modules/audio_coding/codecs/isac/main/interface/isac.h" +#include "webrtc/modules/audio_coding/codecs/isac/main/source/settings.h" +#include "webrtc/typedefs.h" typedef struct Bitstreamstruct {