Cycles: Remove OSL from split headers

Split kernel is mainly useful for GPUs which can not support OSL in visible
future anyway.
This commit is contained in:
Sergey Sharybin 2015-05-21 16:12:09 +05:00
parent 329f704601
commit 7938bd1877
1 changed files with 0 additions and 4 deletions

View File

@ -24,10 +24,6 @@
#include "util_atomic.h"
#ifdef __OSL__
#include "osl_shader.h"
#endif
#include "kernel_random.h"
#include "kernel_projection.h"
#include "kernel_montecarlo.h"