| commit | 1d8c8dba995a43e39d7c1f2b1aac92cf69c56c52 | [log] [tgz] |
|---|---|---|
| author | Nicolas Capens <capn@google.com> | Mon Nov 05 16:30:42 2018 -0500 |
| committer | Nicolas Capens <nicolascapens@google.com> | Tue Nov 06 17:37:45 2018 +0000 |
| tree | b73f5c068992bc378ce070fe1e6951537f6742d4 | |
| parent | 4169b31090dbe7d48b3e053c571c12414089bf28 [diff] [blame] |
Fix include paths. Bug b/117152542 Change-Id: I341f03ad3fcc8d52723ec9575685eeb28519e7dc Reviewed-on: https://swiftshader-review.googlesource.com/c/22328 Tested-by: Nicolas Capens <nicolascapens@google.com> Reviewed-by: Alexis Hétu <sugoi@google.com>
diff --git a/src/Pipeline/VertexRoutine.cpp b/src/Pipeline/VertexRoutine.cpp index 9b8d336..916230f 100644 --- a/src/Pipeline/VertexRoutine.cpp +++ b/src/Pipeline/VertexRoutine.cpp
@@ -16,10 +16,10 @@ #include "VertexShader.hpp" #include "Constants.hpp" -#include "Renderer/Vertex.hpp" -#include "Renderer/Renderer.hpp" -#include "Common/Half.hpp" -#include "Common/Debug.hpp" +#include "Device/Vertex.hpp" +#include "Device/Renderer.hpp" +#include "System/Half.hpp" +#include "System/Debug.hpp" namespace sw {