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/Device/Context.cpp b/src/Device/Context.cpp index 25c5775..33f3041 100644 --- a/src/Device/Context.cpp +++ b/src/Device/Context.cpp
@@ -16,10 +16,10 @@ #include "Primitive.hpp" #include "Surface.hpp" -#include "Shader/PixelShader.hpp" -#include "Shader/VertexShader.hpp" -#include "Common/Memory.hpp" -#include "Common/Debug.hpp" +#include "Pipeline/PixelShader.hpp" +#include "Pipeline/VertexShader.hpp" +#include "System/Memory.hpp" +#include "System/Debug.hpp" #include <string.h>