commit | 57eb8586986a2c77b99124c270bc6caa11165f7f | [log] [tgz] |
---|---|---|
author | pbos@webrtc.org <pbos@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Mon Nov 11 10:20:27 2013 +0000 |
committer | pbos@webrtc.org <pbos@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Mon Nov 11 10:20:27 2013 +0000 |
tree | c075c3058a6bc6c53ef3064acf637bc56bd538b3 | |
parent | 6e908b3adf5f1cd0618f444c691dceb3ae7fda70 [diff] [blame] |
Remove ".." from include_dirs in build/common. BUG=1662 TEST=compile on trybots R=tina.legrand@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2332004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5107 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/webrtc/modules/interface/module.h b/webrtc/modules/interface/module.h index d9932ad..c177fd1 100644 --- a/webrtc/modules/interface/module.h +++ b/webrtc/modules/interface/module.h
@@ -13,7 +13,7 @@ #include <assert.h> -#include "typedefs.h" +#include "webrtc/typedefs.h" namespace webrtc {