Cycles: Remove util_debug include from kernel code

Not sure why it was in there, all the debug flags stuff is to be handled outside
of kernel.
This commit is contained in:
Sergey Sharybin
2018-01-19 15:21:34 +01:00
parent 8e1dd7ed81
commit 54632dc830
3 changed files with 0 additions and 3 deletions

View File

@@ -35,7 +35,6 @@
# define __NODES_FEATURES__ NODE_FEATURE_ALL
#endif
#include "util/util_debug.h"
#include "util/util_math.h"
#include "util/util_simd.h"
#include "util/util_half.h"

View File

@@ -25,7 +25,6 @@
#include "kernel/filter/filter_kernel.h"
#ifdef KERNEL_STUB
# include "util/util_debug.h"
# define STUB_ASSERT(arch, name) assert(!(#name " kernel stub for architecture " #arch " was called!"))
#endif

View File

@@ -59,7 +59,6 @@
# include "kernel/split/kernel_buffer_update.h"
# endif /* __SPLIT_KERNEL__ */
#else
# include "util/util_debug.h"
# define STUB_ASSERT(arch, name) assert(!(#name " kernel stub for architecture " #arch " was called!"))
# ifdef __SPLIT_KERNEL__