Use directory qualified #include files
Trac #11408
Signed-off-by: Andrew Lewycky
Signed-off-by: Nicolas Capens
git-svn-id: https://angleproject.googlecode.com/svn/trunk@165 736b8ea6-26fd-11df-bfd4-992fa37f6226
diff --git a/src/compiler/Link.cpp b/src/compiler/Link.cpp
index 80f22ac..3bc1d45 100644
--- a/src/compiler/Link.cpp
+++ b/src/compiler/Link.cpp
@@ -8,8 +8,8 @@
// The top level algorithms for linking multiple
// shaders together.
//
-#include "Common.h"
-#include "ShHandle.h"
+#include "compiler/Common.h"
+#include "compiler/ShHandle.h"
//
// Actual link object, derived from the shader handle base classes.