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/Device/Sampler.hpp b/src/Device/Sampler.hpp index af225c5..c6fc90c 100644 --- a/src/Device/Sampler.hpp +++ b/src/Device/Sampler.hpp
@@ -15,9 +15,9 @@ #ifndef sw_Sampler_hpp #define sw_Sampler_hpp -#include "Main/Config.hpp" -#include "Renderer/Surface.hpp" -#include "Common/Types.hpp" +#include "Device/Config.hpp" +#include "Device/Surface.hpp" +#include "System/Types.hpp" namespace sw {