From e5455fa1f30a88b1d45e0389ac4980c202a188c5 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Sun, 25 Mar 2007 13:54:07 +0000 Subject: Fixing Makefiles for new nodes module, part 1: - removed all UI .h include stuff! (Not allowed outside of src/) - Makefile had typo error, compilation failed Now it survives make, but it does not enter the two the subdirectories for shader and compo nodes. So a linking gives unrecovered stuff in the end. How does that work? I need help! --- source/blender/nodes/intern/CMP_util.h | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'source/blender/nodes/intern/CMP_util.h') diff --git a/source/blender/nodes/intern/CMP_util.h b/source/blender/nodes/intern/CMP_util.h index fd132ab7d49..1ff412e081e 100644 --- a/source/blender/nodes/intern/CMP_util.h +++ b/source/blender/nodes/intern/CMP_util.h @@ -63,18 +63,6 @@ #include "../CMP_node.h" - -#include "BIF_gl.h" -#include "BIF_glutil.h" -#include "BIF_interface.h" -#include "BIF_interface_icons.h" -#include "BIF_language.h" -#include "BIF_mywindow.h" -#include "BIF_previewrender.h" -#include "BIF_resources.h" -#include "BIF_screen.h" -#include "BIF_space.h" - #include "BLI_arithb.h" #include "BLI_blenlib.h" #include "BLI_rand.h" @@ -83,18 +71,10 @@ #include "IMB_imbuf_types.h" #include "IMB_imbuf.h" -#include "BSE_drawipo.h" -#include "BSE_node.h" -#include "BSE_view.h" - #include "RE_pipeline.h" #include "RE_shader_ext.h" #include "RE_render_ext.h" -#include "butspace.h" -#include "blendef.h" -#include "mydevice.h" - /* *************************** operations support *************************** */ /* general signal that's in output sockets, and goes over the wires */ -- cgit v1.2.3