commit f729673719ef0e26a8d0881555ee2fd54b5f2448 parent 6294e785f13b1b74c62906aba907920edf7d738b Author: Vincent Forest <vincent.forest@meso-star.com> Date: Fri, 18 Jan 2019 12:10:42 +0100 Small clean-up Diffstat:
| M | src/s3d_backend.h | | | 11 | ----------- |
1 file changed, 0 insertions(+), 11 deletions(-)
diff --git a/src/s3d_backend.h b/src/s3d_backend.h @@ -33,17 +33,6 @@ #ifndef S3D_BACKEND_H #define S3D_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 /* S3D_BACKEND_H */