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 {