Cycles: Remove unneeded include statements

Also try to move them from headers to implementation files as much as possible.
This commit is contained in:
Sergey Sharybin
2018-01-19 14:55:53 +01:00
parent 0fe41009f0
commit 8e1dd7ed81
28 changed files with 4 additions and 30 deletions

View File

@@ -36,7 +36,6 @@
#include "kernel/osl/osl_closures.h"
#include "kernel/osl/osl_shader.h"
#include "util/util_debug.h"
#include "util/util_math.h"
#include "util/util_param.h"