commit 1c6fa487d4899d9a70819e952f1c322eaf7fe743 parent c9eed7c828e69f38cab1dd2c1c632c7bd81c4d68 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Fri, 18 Jan 2019 12:18:05 +0100 Small clean-up Diffstat:
| M | src/s2d_backend.h | | | 11 | ----------- |
1 file changed, 0 insertions(+), 11 deletions(-)
diff --git a/src/s2d_backend.h b/src/s2d_backend.h @@ -33,18 +33,7 @@ #ifndef S2D_BACKEND_H #define S2D_BACKEND_H -#include <rsys/rsys.h> - -#ifdef COMPILER_CL - #pragma warning(push) -/* #pragma warning(disable:4324)*/ /* Structure was padded due to alignment */ -#endif - #include <embree3/rtcore.h> -#ifdef COMPILER_CL - #pragma warning(pop) -#endif - #endif /* S2D_BACKEND_H */