commit | 708c24b3cd03b68aa98b29a9099d6a9ce96eca16 | [log] [tgz] |
---|---|---|
author | Nicolas Capens <capn@google.com> | Thu Oct 26 13:07:10 2017 -0400 |
committer | Nicolas Capens <nicolascapens@google.com> | Thu Oct 26 19:00:59 2017 +0000 |
tree | 0fb6e93c8bdc987a9a353c8787547cf3cdb53811 | |
parent | f2520e1905f76f3397720ceef2a4dd60b0f2ec70 [diff] [blame] |
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/VertexShader.cpp b/src/Shader/VertexShader.cpp index 361c76f..260ee4f 100644 --- a/src/Shader/VertexShader.cpp +++ b/src/Shader/VertexShader.cpp
@@ -14,8 +14,8 @@ #include "VertexShader.hpp" -#include "Vertex.hpp" -#include "Debug.hpp" +#include "Renderer/Vertex.hpp" +#include "Common/Debug.hpp" #include <string.h>