Skip to content

Commit

Permalink
Remove the unneeded half.h include.
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Grant <[email protected]>
  • Loading branch information
tgrant-nv committed Oct 31, 2024
1 parent d43b48c commit c1acb68
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/testrender/cuda/rend_lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@

#include <OSL/oslconfig.h>

#if defined(__has_include) && __has_include(<Imath/half.h>)
# include <Imath/half.h>
#elif OSL_USING_IMATH >= 3
# include <Imath/half.h>
#else
# include <OpenEXR/half.h>
#endif

#include <OSL/hashes.h>
#include <OSL/oslexec.h>

Expand Down

0 comments on commit c1acb68

Please sign in to comment.