| 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/PixelRoutine.hpp b/src/Shader/PixelRoutine.hpp index d57f2cb..e9cee79 100644 --- a/src/Shader/PixelRoutine.hpp +++ b/src/Shader/PixelRoutine.hpp
@@ -15,7 +15,7 @@ #ifndef sw_PixelRoutine_hpp #define sw_PixelRoutine_hpp -#include "QuadRasterizer.hpp" +#include "Renderer/QuadRasterizer.hpp" namespace sw {