Use more explicit include paths. This helps clarify dependencies and simplifies include paths. Bug swiftshader:86 Change-Id: I564ee420bb9029fa6428e49b63a86d633301bec2 Reviewed-on: https://swiftshader-review.googlesource.com/13288 Tested-by: Nicolas Capens <nicolascapens@google.com> Reviewed-by: Alexis Hétu <sugoi@google.com> Reviewed-by: Nicolas Capens <nicolascapens@google.com>
diff --git a/src/Shader/Shader.cpp b/src/Shader/Shader.cpp index ff1482e..e99f13a 100644 --- a/src/Shader/Shader.cpp +++ b/src/Shader/Shader.cpp
@@ -16,8 +16,8 @@ #include "VertexShader.hpp" #include "PixelShader.hpp" -#include "Math.hpp" -#include "Debug.hpp" +#include "Common/Math.hpp" +#include "Common/Debug.hpp" #include <set> #include <fstream>