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/Blitter.cpp b/src/Device/Blitter.cpp
index 6522a13..c3b7b08 100644
--- a/src/Device/Blitter.cpp
+++ b/src/Device/Blitter.cpp
@@ -14,10 +14,10 @@
 
 #include "Blitter.hpp"
 
-#include "Shader/ShaderCore.hpp"
+#include "Pipeline/ShaderCore.hpp"
 #include "Reactor/Reactor.hpp"
-#include "Common/Memory.hpp"
-#include "Common/Debug.hpp"
+#include "System/Memory.hpp"
+#include "System/Debug.hpp"
 
 namespace sw
 {